| Interface | Description |
|---|---|
| ObjectBooleanPair<T> |
Key Value Pair Interface that allows to reduce boxing/unboxing.
|
| ObjectBytePair<T> |
Key Value Pair Interface that allows to reduce boxing/unboxing.
|
| ObjectCharPair<T> |
Key Value Pair Interface that allows to reduce boxing/unboxing.
|
| ObjectDoublePair<T> |
Key Value Pair Interface that allows to reduce boxing/unboxing.
|
| ObjectFloatPair<T> |
Key Value Pair Interface that allows to reduce boxing/unboxing.
|
| ObjectIntPair<T> |
Key Value Pair Interface that allows to reduce boxing/unboxing.
|
| ObjectLongPair<T> |
Key Value Pair Interface that allows to reduce boxing/unboxing.
|
| ObjectObjectPair<T,V> |
Key Value Pair Interface that allows to reduce boxing/unboxing.
|
| ObjectShortPair<T> |
Key Value Pair Interface that allows to reduce boxing/unboxing.
|