Uses of Class
org.eclipse.collections.impl.set.mutable.UnifiedSet
Packages that use UnifiedSet
Package
Description
This package contains implementations of the
MutableMap
interface.This package contains the implementations of
ImmutableSet
.This package contains implementations of
MutableSet
.-
Uses of UnifiedSet in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type UnifiedSetModifier and TypeMethodDescriptionprivate void
UnifiedMap.KeySet.chainedAddToSet
(Object[] chain, UnifiedSet<K> replace) -
Uses of UnifiedSet in org.eclipse.collections.impl.set
Methods in org.eclipse.collections.impl.set that return UnifiedSetModifier and TypeMethodDescription<V> UnifiedSet
<V> <V> UnifiedSet
<V> AbstractUnifiedSet.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) <P,
A> UnifiedSet <A> AbstractUnifiedSet.collectWith
(Function2<? super T, ? super P, ? extends A> function, P parameter) <V> UnifiedSet
<V> AbstractUnifiedSet.flatCollect
(Function<? super T, ? extends Iterable<V>> function) -
Uses of UnifiedSet in org.eclipse.collections.impl.set.immutable
Fields in org.eclipse.collections.impl.set.immutable declared as UnifiedSetConstructors in org.eclipse.collections.impl.set.immutable with parameters of type UnifiedSet -
Uses of UnifiedSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return UnifiedSetModifier and TypeMethodDescriptionUnifiedSet.clone()
UnifiedSet.newEmpty()
UnifiedSet.newEmpty
(int size) static <K> UnifiedSet
<K> UnifiedSet.newSet()
static <K> UnifiedSet
<K> UnifiedSet.newSet
(int size) static <K> UnifiedSet
<K> UnifiedSet.newSet
(int size, float loadFactor) static <K> UnifiedSet
<K> static <K> UnifiedSet
<K> UnifiedSet.newSetWith
(K... elements) <P> UnifiedSet
<T> UnifiedSet.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <S> UnifiedSet
<S> UnifiedSet.selectInstancesOf
(Class<S> clazz) <P> UnifiedSet
<T> UnifiedSet.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) UnifiedSet.withoutAll
(Iterable<? extends T> elements) Methods in org.eclipse.collections.impl.set.mutable with parameters of type UnifiedSetModifier and TypeMethodDescriptionprivate void
UnifiedSet.addIfFound
(T key, UnifiedSet<T> other) private void
UnifiedSet.addIfFoundFromChain
(UnifiedSet.ChainedBucket bucket, T key, UnifiedSet<T> other) protected boolean
UnifiedSet.copySet
(UnifiedSet<?> unifiedset) Constructors in org.eclipse.collections.impl.set.mutable with parameters of type UnifiedSet