protected static final class MapDB.TupleComparator<A,B> extends Object implements Comparator<org.mapdb.Fun.Tuple2<A,B>>, Serializable
Modifier | Constructor and Description |
---|---|
protected |
TupleComparator(Comparator<A> aComparator,
Comparator<B> bComparator) |
Modifier and Type | Method and Description |
---|---|
int |
compare(org.mapdb.Fun.Tuple2<A,B> o1,
org.mapdb.Fun.Tuple2<A,B> o2) |
boolean |
equals(Object obj) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
protected TupleComparator(Comparator<A> aComparator, Comparator<B> bComparator)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.