Uses of Class
org.eclipse.collections.impl.set.mutable.UnifiedSet
-
Packages that use UnifiedSet Package Description org.eclipse.collections.impl.set org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet. -
-
Uses of UnifiedSet in org.eclipse.collections.impl.set
Methods in org.eclipse.collections.impl.set that return UnifiedSet Modifier and Type Method Description <V> UnifiedSet<V>AbstractUnifiedSet. collect(Function<? super T,? extends V> function)<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 java.lang.Iterable<V>> function) -
Uses of UnifiedSet in org.eclipse.collections.impl.set.immutable
Fields in org.eclipse.collections.impl.set.immutable declared as UnifiedSet Modifier and Type Field Description private UnifiedSet<T>ImmutableUnifiedSet. delegateConstructors in org.eclipse.collections.impl.set.immutable with parameters of type UnifiedSet Constructor Description ImmutableUnifiedSet(UnifiedSet<T> delegate) -
Uses of UnifiedSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return UnifiedSet Modifier and Type Method Description UnifiedSet<T>UnifiedSet. clone()UnifiedSet<T>UnifiedSet. newEmpty()UnifiedSet<T>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>UnifiedSet. newSet(java.lang.Iterable<? extends K> source)static <K> UnifiedSet<K>UnifiedSet. newSetWith(K... elements)UnifiedSet<T>UnifiedSet. reject(Predicate<? super T> predicate)<P> UnifiedSet<T>UnifiedSet. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)UnifiedSet<T>UnifiedSet. select(Predicate<? super T> predicate)<S> UnifiedSet<S>UnifiedSet. selectInstancesOf(java.lang.Class<S> clazz)<P> UnifiedSet<T>UnifiedSet. selectWith(Predicate2<? super T,? super P> predicate, P parameter)UnifiedSet<T>UnifiedSet. with(T element)UnifiedSet<T>UnifiedSet. with(T... elements)UnifiedSet<T>UnifiedSet. with(T element1, T element2)UnifiedSet<T>UnifiedSet. with(T element1, T element2, T element3)UnifiedSet<T>UnifiedSet. withAll(java.lang.Iterable<? extends T> iterable)UnifiedSet<T>UnifiedSet. without(T element)UnifiedSet<T>UnifiedSet. withoutAll(java.lang.Iterable<? extends T> elements)Methods in org.eclipse.collections.impl.set.mutable with parameters of type UnifiedSet Modifier and Type Method Description private voidUnifiedSet. addIfFound(T key, UnifiedSet<T> other)private voidUnifiedSet. addIfFoundFromChain(UnifiedSet.ChainedBucket bucket, T key, UnifiedSet<T> other)protected booleanUnifiedSet. copySet(UnifiedSet<?> unifiedset)Constructors in org.eclipse.collections.impl.set.mutable with parameters of type UnifiedSet Constructor Description UnifiedSet(UnifiedSet<T> set)
-