Uses of Class
org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategys. |
| org.eclipse.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
-
Uses of UnifiedSetWithHashingStrategy in org.eclipse.collections.impl.set.strategy.mutable
Methods in org.eclipse.collections.impl.set.strategy.mutable that return UnifiedSetWithHashingStrategy Modifier and Type Method Description UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. clone()UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. newEmpty()UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. newEmpty(int size)static <K> UnifiedSetWithHashingStrategy<K>UnifiedSetWithHashingStrategy. newSet(HashingStrategy<? super K> hashingStrategy)static <K> UnifiedSetWithHashingStrategy<K>UnifiedSetWithHashingStrategy. newSet(HashingStrategy<? super K> hashingStrategy, int size)static <K> UnifiedSetWithHashingStrategy<K>UnifiedSetWithHashingStrategy. newSet(HashingStrategy<? super K> hashingStrategy, int size, float loadFactor)static <K> UnifiedSetWithHashingStrategy<K>UnifiedSetWithHashingStrategy. newSet(HashingStrategy<? super K> hashingStrategy, Iterable<? extends K> source)static <K> UnifiedSetWithHashingStrategy<K>UnifiedSetWithHashingStrategy. newSet(UnifiedSetWithHashingStrategy<K> set)static <K> UnifiedSetWithHashingStrategy<K>UnifiedSetWithHashingStrategy. newSetWith(HashingStrategy<? super K> hashingStrategy, K... elements)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. reject(Predicate<? super T> predicate)<P> UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. select(Predicate<? super T> predicate)<S> UnifiedSetWithHashingStrategy<S>UnifiedSetWithHashingStrategy. selectInstancesOf(Class<S> clazz)<P> UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. selectWith(Predicate2<? super T,? super P> predicate, P parameter)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. tap(Procedure<? super T> procedure)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. with(T element)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. with(T... elements)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. with(T element1, T element2)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. with(T element1, T element2, T element3)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. withAll(Iterable<? extends T> iterable)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. without(T element)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. withoutAll(Iterable<? extends T> elements)Methods in org.eclipse.collections.impl.set.strategy.mutable with parameters of type UnifiedSetWithHashingStrategy Modifier and Type Method Description static <K> UnifiedSetWithHashingStrategy<K>UnifiedSetWithHashingStrategy. newSet(UnifiedSetWithHashingStrategy<K> set)Constructors in org.eclipse.collections.impl.set.strategy.mutable with parameters of type UnifiedSetWithHashingStrategy Constructor Description UnifiedSetWithHashingStrategy(HashingStrategy<? super T> hashingStrategy, UnifiedSetWithHashingStrategy<T> set) -
Uses of UnifiedSetWithHashingStrategy in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type UnifiedSetWithHashingStrategy Modifier and Type Method Description static <T> MutableSet<MutableSet<T>>SetIterables. powerSet(UnifiedSetWithHashingStrategy<T> set)