public static class SecondarySort.FirstGroupingComparator extends Object implements RawComparator<SecondarySort.IntPair>
构造器和说明 |
---|
SecondarySort.FirstGroupingComparator() |
限定符和类型 | 方法和说明 |
---|---|
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2) |
int |
compare(SecondarySort.IntPair o1,
SecondarySort.IntPair o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2)
compare
在接口中 RawComparator<SecondarySort.IntPair>
public int compare(SecondarySort.IntPair o1, SecondarySort.IntPair o2)
compare
在接口中 Comparator<SecondarySort.IntPair>
Copyright © 2009 The Apache Software Foundation