| Package | Description |
|---|---|
| net.sf.kdgcommons.tuple |
This package contains a variety of tuple implementations: paramterized, immutable
containers for small numbers of values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComparableTuple2<A extends Comparable<A>,B extends Comparable<B>>
An immutable parameterized container for two comparable values, which
is itself comparable.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ComparableTuple2.compareTo(Tuple2<A,B> that) |