Uses of Class
de.lmu.ifi.dbs.elki.utilities.pairs.IntIntPair
-
Uses of IntIntPair in de.lmu.ifi.dbs.elki.utilities.pairs
Modifier 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 componentsModifier 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.