Class | Description |
---|---|
ByteBytePair |
A pair of byte and byte types
|
ByteDoublePair |
A pair of byte and double types
|
ByteFloatPair |
A pair of byte and float types
|
ByteIntPair |
A pair of byte and int types
|
ByteLongPair |
A pair of byte and long types
|
ByteObjectPair<Q> |
A pair of byte and a generic type
|
ByteShortPair |
A pair of byte and short types
|
DoubleBytePair |
A pair of double and byte types
|
DoubleDoublePair |
A pair of double and double types
|
DoubleFloatPair |
A pair of double and float types
|
DoubleIntPair |
A pair of double and int types
|
DoubleLongPair |
A pair of double and long types
|
DoubleObjectPair<Q> |
A pair of double and a generic type
|
DoubleShortPair |
A pair of double and short types
|
FloatBytePair |
A pair of float and byte types
|
FloatDoublePair |
A pair of float and double types
|
FloatFloatPair |
A pair of float and float types
|
FloatIntPair |
A pair of float and int types
|
FloatLongPair |
A pair of float and long types
|
FloatObjectPair<Q> |
A pair of float and a generic type
|
FloatShortPair |
A pair of float and short types
|
IndependentPair<A,B> |
IndependentPair represents a generic pair of objects of different
(independent) types. |
IntBytePair |
A pair of int and byte types
|
IntDoublePair |
A pair of int and double types
|
IntFloatPair |
A pair of int and float types
|
IntIntPair |
A pair of int and int types
|
IntLongPair |
A pair of int and long types
|
IntObjectPair<Q> |
A pair of int and a generic type
|
IntShortPair |
A pair of int and short types
|
LongBytePair |
A pair of long and byte types
|
LongDoublePair |
A pair of long and double types
|
LongFloatPair |
A pair of long and float types
|
LongIntPair |
A pair of long and int types
|
LongLongPair |
A pair of long and long types
|
LongObjectPair<Q> |
A pair of long and a generic type
|
LongShortPair |
A pair of long and short types
|
ObjectBytePair<Q> |
A pair of a generic type
and byte |
ObjectDoublePair<Q> |
A pair of a generic type
and double |
ObjectFloatPair<Q> |
A pair of a generic type
and float |
ObjectIntPair<Q> |
A pair of a generic type
and int |
ObjectLongPair<Q> |
A pair of a generic type
and long |
ObjectShortPair<Q> |
A pair of a generic type
and short |
Pair<T> |
Pair represents a generic pair of objects.
|
ShortBytePair |
A pair of short and byte types
|
ShortDoublePair |
A pair of short and double types
|
ShortFloatPair |
A pair of short and float types
|
ShortIntPair |
A pair of short and int types
|
ShortLongPair |
A pair of short and long types
|
ShortObjectPair<Q> |
A pair of short and a generic type
|
ShortShortPair |
A pair of short and short types
|