class |
DoublesPair |
An immutable pair consisting of two double elements.
|
class |
IntDoublePair |
An immutable pair consisting of an int and double .
|
class |
LongDoublePair |
An immutable pair consisting of a long and double .
|
class |
ObjDoublePair<A> |
An immutable pair consisting of an Object and a double .
|
class |
ObjIntPair<A> |
An immutable pair consisting of an Object and an int .
|
class |
Pair<A,B> |
An immutable pair consisting of two elements.
|
class |
Triple<A,B,C> |
An immutable triple consisting of three elements.
|