Uses of Class
org.eclipse.collections.impl.bag.mutable.AbstractMutableBag
-
Packages that use AbstractMutableBag Package Description org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface.org.eclipse.collections.impl.bag.strategy.mutable This package contains implementations of bags with user definedHashingStrategys. -
-
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>
-