public abstract class TupleComparator extends Object implements Comparator<Tuple>, ProtoObject<IndexProtos.TupleComparatorProto>
| Constructor and Description |
|---|
TupleComparator() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
compare(Tuple o1,
Tuple o2) |
abstract boolean |
isAscendingFirstKey() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsgetProtopublic abstract int compare(Tuple o1, Tuple o2)
compare in interface Comparator<Tuple>public abstract boolean isAscendingFirstKey()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.