Uses of Class
org.eclipse.collections.impl.bag.mutable.AbstractMutableBag
| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| org.eclipse.collections.impl.bag.strategy.mutable |
This package contains implementations of bags with user defined
HashingStrategys. |
-
Uses of AbstractMutableBag in org.eclipse.collections.impl.bag.mutable
Subclasses of AbstractMutableBag in org.eclipse.collections.impl.bag.mutable Modifier and Type Class Description classAbstractHashBag<T>classHashBag<T>A HashBag is a MutableBag which uses a Map as its underlying data store. -
Uses of AbstractMutableBag in org.eclipse.collections.impl.bag.strategy.mutable
Subclasses of AbstractMutableBag in org.eclipse.collections.impl.bag.strategy.mutable Modifier and Type Class Description classHashBagWithHashingStrategy<T>