Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.pairs.IntDoublePair

Packages that use IntDoublePair
de.lmu.ifi.dbs.elki.utilities.pairs Pairs and triples utility classes. 
 

Uses of IntDoublePair in de.lmu.ifi.dbs.elki.utilities.pairs
 

Fields in de.lmu.ifi.dbs.elki.utilities.pairs with type parameters of type IntDoublePair
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
 

Methods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type IntDoublePair
 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.
 


Release 0.3 (2010-03-31_1612)