Uses of Class
de.lmu.ifi.dbs.elki.utilities.pairs.DoubleDoublePair
Packages that use DoubleDoublePair
Package
Description
Pairs and triples utility classes.
-
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.math
Subclasses of DoubleDoublePair in de.lmu.ifi.dbs.elki.mathModifier and TypeClassDescriptionclassClass to find the minimum and maximum double values in data. -
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.utilities.pairs
Fields in de.lmu.ifi.dbs.elki.utilities.pairs with type parameters of type DoubleDoublePairModifier and TypeFieldDescriptionstatic final Comparator<DoubleDoublePair> DoubleDoublePair.BYFIRST_COMPARATORComparator to compare by second component onlystatic final Comparator<DoubleDoublePair> DoubleDoublePair.BYSECOND_COMPARATORComparator to compare by second component onlystatic final Comparator<DoubleDoublePair> DoubleDoublePair.SWAPPED_COMPARATORComparator to compare by swapped componentsMethods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type DoubleDoublePairModifier and TypeMethodDescriptionintDoubleDoublePair.compareSwappedTo(DoubleDoublePair other) Implementation of comparableSwapped interface, sorting by second then first.intDoubleDoublePair.compareTo(DoubleDoublePair other) Implementation of comparable interface, sorting by first then second.Constructors in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type DoubleDoublePair