Tuple
Tuple are immutable objects. Tuples should contain only immutable objects or objects that won't be modified while part of a tuple.
See also
<a href="https://stackoverflow.com/questions/3642452/java-n-tuple-implementation/3642623#3642623">
Java N-tuple Implementation | Stack Overflow