Uses of Package
org.eclipse.collections.impl.tuple
-
Packages that use org.eclipse.collections.impl.tuple Package Description org.eclipse.collections.impl.map.strategy.immutable This package contains immutable map implementations backed by hashtables that rely onHashingStrategy
s provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.tuple -
Classes in org.eclipse.collections.impl.tuple used by org.eclipse.collections.impl.map.strategy.immutable Class Description AbstractImmutableEntry -
Classes in org.eclipse.collections.impl.tuple used by org.eclipse.collections.impl.tuple Class Description AbstractImmutableEntry AbstractImmutableEntry.PairFunction ImmutableEntry PairImpl A PairImpl is a container that holds two related objects.TripleImpl TripletImpl TwinImpl A TwinImpl is a PairImpl that has the same type for both items.