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_COMPARATORComparator to compare by second component onlystatic java.util.Comparator<IntDoublePair>IntDoublePair. BYSECOND_COMPARATORComparator to compare by second component onlystatic java.util.Comparator<IntDoublePair>IntDoublePair. SWAPPED_COMPARATORComparator to compare by swapped componentsMethods in elki.utilities.pairs with parameters of type IntDoublePair Modifier and Type Method Description intIntDoublePair. compareSwappedTo(IntDoublePair other)Implementation of comparableSwapped interface, sorting by second then first.intIntDoublePair. compareTo(IntDoublePair other)Implementation of comparable interface, sorting by first then second.
-