Uses of Class
de.lmu.ifi.dbs.elki.utilities.pairs.IntIntPair
Packages that use IntIntPair
-
Uses of IntIntPair in de.lmu.ifi.dbs.elki.utilities.pairs
Fields in de.lmu.ifi.dbs.elki.utilities.pairs with type parameters of type IntIntPairModifier and TypeFieldDescriptionstatic final Comparator<IntIntPair> IntIntPair.BYFIRST_COMPARATORComparator to compare by second component onlystatic final Comparator<IntIntPair> IntIntPair.BYSECOND_COMPARATORComparator to compare by second component onlystatic final Comparator<IntIntPair> IntIntPair.SWAPPED_COMPARATORComparator to compare by swapped componentsMethods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type IntIntPairModifier and TypeMethodDescriptionintIntIntPair.compareSwappedTo(IntIntPair other) Implementation of comparableSwapped interface, sorting by second then first.intIntIntPair.compareTo(IntIntPair other) Implementation of comparable interface, sorting by first then second.