Uses of Class
org.eclipse.collections.impl.bag.mutable.AbstractHashBag
-
Packages that use AbstractHashBag 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 AbstractHashBag in org.eclipse.collections.impl.bag.mutable
Subclasses of AbstractHashBag in org.eclipse.collections.impl.bag.mutable Modifier and Type Class Description class
HashBag<T>
A HashBag is a MutableBag which uses a Map as its underlying data store. -
Uses of AbstractHashBag in org.eclipse.collections.impl.bag.strategy.mutable
Subclasses of AbstractHashBag in org.eclipse.collections.impl.bag.strategy.mutable Modifier and Type Class Description class
HashBagWithHashingStrategy<T>
-