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 theMutableBag
interface.org.eclipse.collections.impl.bag.strategy.mutable This package contains implementations of bags with user definedHashingStrategy
s. -
-
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 class
AbstractHashBag<T>
class
HashBag<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 class
HashBagWithHashingStrategy<T>
-