Package | Description |
---|---|
com.gs.collections.impl.factory |
This package contains static utilities for creating mutable and immutable collection factories.
|
com.gs.collections.impl.map.strategy.immutable |
This package contains immutable map implementations backed by hashtables that rely on
HashingStrategy s provided by
the developer to compute the hashCode and equals for the objects stored in the map. |
com.gs.collections.impl.map.strategy.mutable |
This package contains mutable map implementations backed by hashtables that rely on
HashingStrategy s provided by
the developer to compute the hashCode and equals for the objects stored in the map. |
Class and Description |
---|
ImmutableHashingStrategyMapFactory |
MutableHashingStrategyMapFactory |
Class and Description |
---|
ImmutableHashingStrategyMapFactory |
Class and Description |
---|
MutableHashingStrategyMapFactory |
Copyright © 2004–2018. All rights reserved.