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_COMPARATORComparator to compare by first component onlystatic final Comparator<DoubleIntPair> DoubleIntPair.BYSECOND_COMPARATORComparator to compare by second component onlystatic final Comparator<DoubleIntPair> DoubleIntPair.SWAPPED_COMPARATORComparator to compare by swapped componentsMethods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type DoubleIntPairModifier and TypeMethodDescriptionintDoubleIntPair.compareSwappedTo(DoubleIntPair other) Implementation of comparableSwapped interface, sorting by second then first.intDoubleIntPair.compareTo(DoubleIntPair other) Implementation of comparable interface, sorting by first then second.