Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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

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

Fields in de.lmu.ifi.dbs.elki.utilities.pairs with type parameters of type DoubleIntPair
static Comparator<DoubleIntPair> DoubleIntPair.BYFIRST_COMPARATOR
          Comparator to compare by second component only
static Comparator<DoubleIntPair> DoubleIntPair.BYSECOND_COMPARATOR
          Comparator to compare by second component only
static Comparator<DoubleIntPair> DoubleIntPair.SWAPPED_COMPARATOR
          Comparator to compare by swapped components
 

Methods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type DoubleIntPair
 int DoubleIntPair.compareSwappedTo(DoubleIntPair other)
          Implementation of comparableSwapped interface, sorting by second then first.
 int DoubleIntPair.compareTo(DoubleIntPair other)
          Implementation of comparable interface, sorting by first then second.
 


Release 0.3 (2010-03-31_1612)