| Package | Description |
|---|---|
| com.gs.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
| 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 |
UnifiedMap.ValuesCollection |
| Modifier and Type | Class and Description |
|---|---|
protected class |
UnifiedMapWithHashingStrategy.ValuesCollection |