Uses of Class
org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
-
Packages that use UnifiedSetWithHashingStrategy Package Description org.eclipse.collections.impl.multimap.set.strategy This package contains implementations of theSetMultimapinterface which use a set with user-definedHashingStrategyas their underlying store for the multiple values of a given key.org.eclipse.collections.impl.set.strategy.immutable This package contains implementations of immutable sets with user definedHashingStrategys.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategys.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.multimap.set.strategy
Methods in org.eclipse.collections.impl.multimap.set.strategy that return UnifiedSetWithHashingStrategy Modifier and Type Method Description protected 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 UnifiedSetWithHashingStrategy Modifier and Type Field Description private UnifiedSetWithHashingStrategy<T>ImmutableUnifiedSetWithHashingStrategy. delegateConstructors in org.eclipse.collections.impl.set.strategy.immutable with parameters of type UnifiedSetWithHashingStrategy Constructor Description ImmutableUnifiedSetWithHashingStrategy(UnifiedSetWithHashingStrategy<T> delegate) -
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, java.lang.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(java.lang.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(java.lang.Iterable<? extends T> iterable)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. without(T element)UnifiedSetWithHashingStrategy<T>UnifiedSetWithHashingStrategy. withoutAll(java.lang.Iterable<? extends T> elements)Methods in org.eclipse.collections.impl.set.strategy.mutable with parameters of type UnifiedSetWithHashingStrategy Modifier and Type Method Description private 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 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)
-