| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
| org.eclipse.collections.impl.bag.strategy.mutable |
This package contains implementations of bags with user defined
HashingStrategys. |
| Class | Description |
|---|---|
| AbstractHashBag | |
| AbstractMutableBag | |
| AbstractMutableBagIterable | |
| 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.
|
| MultiReaderMutableBagFactory | |
| MutableBagFactoryImpl | |
| SynchronizedBag |
A synchronized view of a
MutableBag. |
| UnmodifiableBag |
An unmodifiable view of a bag.
|
| Class | Description |
|---|---|
| AbstractMutableBagIterable |
| Class | Description |
|---|---|
| AbstractHashBag | |
| AbstractMutableBag | |
| AbstractMutableBagIterable |
Copyright © 2004–2018. All rights reserved.