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_COMPARATOR
Comparator to compare by second component onlystatic final Comparator<IntIntPair>
IntIntPair.BYSECOND_COMPARATOR
Comparator to compare by second component onlystatic final Comparator<IntIntPair>
IntIntPair.SWAPPED_COMPARATOR
Comparator to compare by swapped componentsMethods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type IntIntPairModifier and TypeMethodDescriptionint
IntIntPair.compareSwappedTo
(IntIntPair other) Implementation of comparableSwapped interface, sorting by second then first.int
IntIntPair.compareTo
(IntIntPair other) Implementation of comparable interface, sorting by first then second.