Uses of Class
de.lmu.ifi.dbs.elki.utilities.pairs.DoubleIntPair
-
Uses of DoubleIntPair in de.lmu.ifi.dbs.elki.utilities.pairs
Modifier and TypeFieldDescriptionstatic final Comparator<DoubleIntPair>
DoubleIntPair.BYFIRST_COMPARATOR
Comparator to compare by first component onlystatic final Comparator<DoubleIntPair>
DoubleIntPair.BYSECOND_COMPARATOR
Comparator to compare by second component onlystatic final Comparator<DoubleIntPair>
DoubleIntPair.SWAPPED_COMPARATOR
Comparator to compare by swapped componentsModifier and TypeMethodDescriptionint
DoubleIntPair.compareSwappedTo
(DoubleIntPair other) Implementation of comparableSwapped interface, sorting by second then first.int
DoubleIntPair.compareTo
(DoubleIntPair other) Implementation of comparable interface, sorting by first then second.