Uses of Class
org.eclipse.collections.impl.bag.strategy.mutable.HashBagWithHashingStrategy
Packages that use HashBagWithHashingStrategy
Package
Description
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 HashBagWithHashingStrategyModifier and TypeMethodDescriptionstatic <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)