Uses of Class
de.lmu.ifi.dbs.elki.utilities.pairs.DoubleIntPair
Packages that use DoubleIntPair
-
Uses of DoubleIntPair in de.lmu.ifi.dbs.elki.utilities.pairs
Fields in de.lmu.ifi.dbs.elki.utilities.pairs with type parameters of type DoubleIntPairModifier 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 componentsMethods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type DoubleIntPairModifier 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.