protected static final class MapDB.TupleComparator<A,B> extends Object implements Comparator<org.mapdb.Fun.Tuple2<A,B>>, Serializable
Modifier | Constructor and Description |
---|---|
protected |
MapDB.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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
protected MapDB.TupleComparator(Comparator<A> aComparator, Comparator<B> bComparator)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.