| 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 and 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.
|
| SynchronizedBag
A synchronized view of a
MutableBag. |
| UnmodifiableBag
An unmodifiable view of a bag.
|
| Class and Description |
|---|
| AbstractMutableBagIterable |
| Class and Description |
|---|
| AbstractHashBag |
| AbstractMutableBag |
| AbstractMutableBagIterable |
Copyright © 2004–2016. All rights reserved.