| Package | Description |
|---|---|
| com.gs.collections.impl.map.strategy.mutable |
This package contains mutable 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 | Class and Description |
|---|---|
protected class |
UnifiedMapWithHashingStrategy.EntrySetIterator |
protected class |
UnifiedMapWithHashingStrategy.KeySetIterator |
protected class |
UnifiedMapWithHashingStrategy.ValuesIterator |