Package | Description |
---|---|
com.gs.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
com.gs.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
com.gs.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
com.gs.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
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 |
---|
AbstractMapIterable |
Class and Description |
---|
AbstractMapIterable |
SynchronizedMapIterable
A synchronized view of a map.
|
Class and Description |
---|
AbstractMapIterable |
Class and Description |
---|
AbstractMapIterable |
SynchronizedMapIterable
A synchronized view of a map.
|
Class and Description |
---|
AbstractMapIterable |
Class and Description |
---|
AbstractMapIterable |
Copyright © 2004–2017. All rights reserved.