Uses of Class
org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
Packages that use UnifiedSetWithHashingStrategy
Package
Description
This package contains implementations of the
SetMultimap interface which use a set with user-defined HashingStrategy as their underlying store for the multiple values of a given key.This package contains implementations of immutable sets with user defined
HashingStrategys.This package contains implementations of sets with user defined
HashingStrategys.This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of UnifiedSetWithHashingStrategy in org.eclipse.collections.impl.multimap.set.strategy
Methods in org.eclipse.collections.impl.multimap.set.strategy that return UnifiedSetWithHashingStrategyModifier and TypeMethodDescriptionprotected UnifiedSetWithHashingStrategy<V> UnifiedSetWithHashingStrategyMultimap.createCollection() -
Uses of UnifiedSetWithHashingStrategy in org.eclipse.collections.impl.set.strategy.immutable
Fields in org.eclipse.collections.impl.set.strategy.immutable declared as UnifiedSetWithHashingStrategyModifier and TypeFieldDescriptionprivate final UnifiedSetWithHashingStrategy<T> ImmutableUnifiedSetWithHashingStrategy.delegateConstructors in org.eclipse.collections.impl.set.strategy.immutable with parameters of type UnifiedSetWithHashingStrategyModifierConstructorDescriptionprivate -
Uses of UnifiedSetWithHashingStrategy in org.eclipse.collections.impl.set.strategy.mutable
Methods in org.eclipse.collections.impl.set.strategy.mutable that return UnifiedSetWithHashingStrategyModifier and TypeMethodDescriptionUnifiedSetWithHashingStrategy.clone()UnifiedSetWithHashingStrategy.newEmpty()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.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) UnifiedSetWithHashingStrategy.selectInstancesOf(Class<S> clazz) UnifiedSetWithHashingStrategy.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) UnifiedSetWithHashingStrategy.withoutAll(Iterable<? extends T> elements) Methods in org.eclipse.collections.impl.set.strategy.mutable with parameters of type UnifiedSetWithHashingStrategyModifier and TypeMethodDescriptionprivate voidUnifiedSetWithHashingStrategy.addIfFound(T key, UnifiedSetWithHashingStrategy<T> other) private voidUnifiedSetWithHashingStrategy.addIfFoundFromChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket, T key, UnifiedSetWithHashingStrategy<T> other) protected booleanUnifiedSetWithHashingStrategy.copySet(UnifiedSetWithHashingStrategy<?> unifiedset) static <K> UnifiedSetWithHashingStrategy<K> UnifiedSetWithHashingStrategy.newSet(UnifiedSetWithHashingStrategy<K> set) Constructors in org.eclipse.collections.impl.set.strategy.mutable with parameters of type UnifiedSetWithHashingStrategyModifierConstructorDescriptionUnifiedSetWithHashingStrategy(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 UnifiedSetWithHashingStrategyModifier and TypeMethodDescriptionstatic <T> MutableSet<MutableSet<T>> SetIterables.powerSet(UnifiedSetWithHashingStrategy<T> set)