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 TypeClassDescriptionclass
Class 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_COMPARATOR
Comparator to compare by second component onlystatic final Comparator<DoubleDoublePair>
DoubleDoublePair.BYSECOND_COMPARATOR
Comparator to compare by second component onlystatic final Comparator<DoubleDoublePair>
DoubleDoublePair.SWAPPED_COMPARATOR
Comparator to compare by swapped componentsMethods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type DoubleDoublePairModifier and TypeMethodDescriptionint
DoubleDoublePair.compareSwappedTo
(DoubleDoublePair other) Implementation of comparableSwapped interface, sorting by second then first.int
DoubleDoublePair.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