Package | Description |
---|---|
de.lmu.ifi.dbs.elki.utilities.pairs |
Pairs utility classes.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<IntDoublePair> |
IntDoublePair.BYFIRST_COMPARATOR
Comparator to compare by second component only
|
static Comparator<IntDoublePair> |
IntDoublePair.BYSECOND_COMPARATOR
Comparator to compare by second component only
|
static Comparator<IntDoublePair> |
IntDoublePair.SWAPPED_COMPARATOR
Comparator to compare by swapped components
|
Modifier and Type | Method and 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.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.