Uses of Class
org.eclipse.collections.impl.bag.mutable.HashBag
-
Packages that use HashBag Package Description org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface. -
-
Uses of HashBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return HashBag Modifier and Type Method Description static <E> HashBag<E>HashBag. newBag()static <E> HashBag<E>HashBag. newBag(int size)static <E> HashBag<E>HashBag. newBag(Iterable<? extends E> source)static <E> HashBag<E>HashBag. newBag(Bag<? extends E> source)static <E> HashBag<E>HashBag. newBagWith(E... elements)HashBag<T>HashBag. with(T element)HashBag<T>HashBag. with(T... elements)HashBag<T>HashBag. with(T element1, T element2)HashBag<T>HashBag. with(T element1, T element2, T element3)HashBag<T>HashBag. withAll(Iterable<? extends T> iterable)HashBag<T>HashBag. without(T element)HashBag<T>HashBag. withoutAll(Iterable<? extends T> iterable)
-