Package org.eclipse.collections.impl.tuple


package org.eclipse.collections.impl.tuple
This package contains implementations of Pair, Twin, Triple and Triplet interfaces.

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.