Uses of Class
org.eclipse.collections.impl.tuple.AbstractImmutableEntry
-
Packages that use AbstractImmutableEntry 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 -
-
Uses of AbstractImmutableEntry in org.eclipse.collections.impl.map.strategy.immutable
Subclasses of AbstractImmutableEntry in org.eclipse.collections.impl.map.strategy.immutable Modifier and Type Class Description class
ImmutableEntryWithHashingStrategy<K,V>
-
Uses of AbstractImmutableEntry in org.eclipse.collections.impl.tuple
Subclasses of AbstractImmutableEntry in org.eclipse.collections.impl.tuple Modifier and Type Class Description class
ImmutableEntry<K,V>
-