Uses of Class
org.eclipse.collections.impl.bag.strategy.mutable.HashBagWithHashingStrategy
-
Packages that use HashBagWithHashingStrategy Package Description org.eclipse.collections.impl.bag.strategy.mutable This package contains implementations of bags with user definedHashingStrategy
s. -
-
Uses of HashBagWithHashingStrategy in org.eclipse.collections.impl.bag.strategy.mutable
Fields in org.eclipse.collections.impl.bag.strategy.mutable declared as HashBagWithHashingStrategy Modifier and Type Field Description private HashBagWithHashingStrategy<T>
HashBagWithHashingStrategySerializationProxy. bagWithHashingStrategy
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, java.lang.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)
Constructors in org.eclipse.collections.impl.bag.strategy.mutable with parameters of type HashBagWithHashingStrategy Constructor Description HashBagWithHashingStrategySerializationProxy(HashBagWithHashingStrategy<T> bagWithHashingStrategy)
-