Uses of Class
org.eclipse.collections.impl.bag.strategy.mutable.HashBagWithHashingStrategy
| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.strategy.mutable |
This package contains implementations of bags with user defined
HashingStrategys. |
-
Uses of HashBagWithHashingStrategy in org.eclipse.collections.impl.bag.strategy.mutable
Methods in org.eclipse.collections.impl.bag.strategy.mutable that return HashBagWithHashingStrategy Modifier and Type Method Description static <E> HashBagWithHashingStrategy<E>HashBagWithHashingStrategy. newBag(HashingStrategy<? super E> hashingStrategy)static <E> HashBagWithHashingStrategy<E>HashBagWithHashingStrategy. newBag(HashingStrategy<? super E> hashingStrategy, int size)static <E> HashBagWithHashingStrategy<E>HashBagWithHashingStrategy. newBag(HashingStrategy<? super E> hashingStrategy, Iterable<? extends E> source)static <E> HashBagWithHashingStrategy<E>HashBagWithHashingStrategy. newBag(HashingStrategy<? super E> hashingStrategy, Bag<? extends E> source)static <E> HashBagWithHashingStrategy<E>HashBagWithHashingStrategy. newBagWith(HashingStrategy<? super E> hashingStrategy, E... elements)