| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.utilities.pairs | 
 Pairs and triples utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <F extends Comparable<? super F>,S extends Comparable<? super S>>  | 
CPair.newArray(int size)
Array constructor for generics 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
CPair.compareTo(CPair<FIRST,SECOND> other)
Generic derived compare function. 
 |