Uses of Class
elki.utilities.pairs.IntDoublePair
-
Packages that use IntDoublePair Package Description elki.utilities.pairs Pairs utility classes. -
-
Uses of IntDoublePair in elki.utilities.pairs
Fields in elki.utilities.pairs with type parameters of type IntDoublePair Modifier and Type Field Description static java.util.Comparator<IntDoublePair>
IntDoublePair. BYFIRST_COMPARATOR
Comparator to compare by second component onlystatic java.util.Comparator<IntDoublePair>
IntDoublePair. BYSECOND_COMPARATOR
Comparator to compare by second component onlystatic java.util.Comparator<IntDoublePair>
IntDoublePair. SWAPPED_COMPARATOR
Comparator to compare by swapped componentsMethods in elki.utilities.pairs with parameters of type IntDoublePair Modifier and Type Method Description int
IntDoublePair. compareSwappedTo(IntDoublePair other)
Implementation of comparableSwapped interface, sorting by second then first.int
IntDoublePair. compareTo(IntDoublePair other)
Implementation of comparable interface, sorting by first then second.
-