Uses of Class
org.eclipse.collections.impl.tuple.AbstractImmutableEntry
| Package | Description |
|---|---|
| org.eclipse.collections.impl.map.strategy.immutable |
This package contains immutable map implementations backed by hashtables that rely on
HashingStrategys 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 classImmutableEntryWithHashingStrategy<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 classImmutableEntry<K,V>