Uses of Class
org.eclipse.collections.impl.bag.mutable.HashBag
Packages that use HashBag
-
Uses of HashBag in org.eclipse.collections.impl.bag.mutable
Fields in org.eclipse.collections.impl.bag.mutable declared as HashBagMethods in org.eclipse.collections.impl.bag.mutable that return HashBagModifier and TypeMethodDescriptionstatic <E> HashBag<E> HashBag.newBag()static <E> HashBag<E> HashBag.newBag(int size) static <E> HashBag<E> static <E> HashBag<E> static <E> HashBag<E> HashBag.newBagWith(E... elements) HashBag.withoutAll(Iterable<? extends T> iterable) Constructors in org.eclipse.collections.impl.bag.mutable with parameters of type HashBagModifierConstructorDescriptionprivateMultiReaderHashBag(HashBag<T> newDelegate) privateMultiReaderHashBag(HashBag<T> newDelegate, ReadWriteLock newLock)