Uses of Class
org.eclipse.collections.impl.bag.mutable.AbstractMutableBagIterable
-
Packages that use AbstractMutableBagIterable Package Description org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBag
interface.org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag
.org.eclipse.collections.impl.bag.strategy.mutable This package contains implementations of bags with user definedHashingStrategy
s. -
-
Uses of AbstractMutableBagIterable in org.eclipse.collections.impl.bag.mutable
Subclasses of AbstractMutableBagIterable in org.eclipse.collections.impl.bag.mutable Modifier and Type Class Description class
AbstractHashBag<T>
class
AbstractMutableBag<T>
class
HashBag<T>
A HashBag is a MutableBag which uses a Map as its underlying data store. -
Uses of AbstractMutableBagIterable in org.eclipse.collections.impl.bag.sorted.mutable
Subclasses of AbstractMutableBagIterable in org.eclipse.collections.impl.bag.sorted.mutable Modifier and Type Class Description class
AbstractMutableSortedBag<T>
class
TreeBag<T>
A TreeBag is a MutableSortedBag which uses a SortedMap as its underlying data store. -
Uses of AbstractMutableBagIterable in org.eclipse.collections.impl.bag.strategy.mutable
Subclasses of AbstractMutableBagIterable in org.eclipse.collections.impl.bag.strategy.mutable Modifier and Type Class Description class
HashBagWithHashingStrategy<T>
-