| Package | Description |
|---|---|
| com.gs.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| Class and Description |
|---|
| HashBag
A HashBag is a MutableBag which uses a Map as its underlying data store.
|
| MultiReaderHashBag
MultiReaderHashBag provides a thread-safe wrapper around a HashBag, using a ReentrantReadWriteLock.
|
| SynchronizedBag
A synchronized view of a
MutableBag. |
| UnmodifiableBag
An unmodifiable view of a bag.
|