| Package | Description |
|---|---|
| com.gs.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. |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> ImmutableEntryWithHashingStrategy<T1,T2> |
ImmutableEntryWithHashingStrategy.of(T1 key,
T2 value,
com.gs.collections.api.block.HashingStrategy<? super T1> hashingStrategy) |