Pair
and Twin
.
A tuple is a container that holds two related objects.
This package contains the following implementations:
ImmutableEntry
- an immutable Map.Entry
.
PairImpl
- a container that holds two related objects.
Tuples
- a container that holds two related objects.
TwinImpl
- a convenience class for PairImpl, that has the same type for both items.
Class | Description |
---|---|
AbstractImmutableEntry<K,V> | |
ImmutableEntry<K,V> | |
Tuples |
A Pair is a container that holds two related objects.
|
Copyright © 2004–2018. All rights reserved.