Uses of Interface
org.eclipse.collections.api.set.UnsortedSetIterable
Packages that use UnsortedSetIterable
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for map API which enhance the performance and functionality of
Map
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains interfaces for
SetMultimap
.This package contains interfaces for
PartitionSet
.This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains the implementations of
ImmutableSet
.This package contains implementations of
MutableSet
.This package contains implementations of sets with user defined
HashingStrategy
s.-
Uses of UnsortedSetIterable in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return UnsortedSetIterableModifier and TypeMethodDescriptionUnsortedBag.selectUnique()
UnsortedBag.zipWithIndex()
Deprecated.in 6.0. -
Uses of UnsortedSetIterable in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return UnsortedSetIterable -
Uses of UnsortedSetIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return UnsortedSetIterable -
Uses of UnsortedSetIterable in org.eclipse.collections.api.multimap.set
Methods in org.eclipse.collections.api.multimap.set that return UnsortedSetIterable -
Uses of UnsortedSetIterable in org.eclipse.collections.api.partition.set
Methods in org.eclipse.collections.api.partition.set that return UnsortedSetIterableModifier and TypeMethodDescriptionPartitionUnsortedSet.getRejected()
PartitionUnsortedSet.getSelected()
-
Uses of UnsortedSetIterable in org.eclipse.collections.api.set
Subinterfaces of UnsortedSetIterable in org.eclipse.collections.api.setModifier and TypeInterfaceDescriptioninterface
FixedSizeSet<T>
A FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.interface
ImmutableSet<T>
ImmutableSet is the non-modifiable equivalent interface toMutableSet
.interface
A MultiReaderSet provides thread-safe iteration for a set through methodswithReadLockAndDelegate()
andwithWriteLockAndDelegate()
.interface
MutableSet<T>
A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.Methods in org.eclipse.collections.api.set that return UnsortedSetIterableModifier and TypeMethodDescription<V> UnsortedSetIterable<V>
<V> UnsortedSetIterable<V>
UnsortedSetIterable.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) <P,
V> UnsortedSetIterable<V> UnsortedSetIterable.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) UnsortedSetIterable.difference
(SetIterable<? extends T> subtrahendSet) <V> UnsortedSetIterable<V>
UnsortedSetIterable.flatCollect
(Function<? super T, ? extends Iterable<V>> function) default <P,
V> UnsortedSetIterable<V> UnsortedSetIterable.flatCollectWith
(Function2<? super T, ? super P, ? extends Iterable<V>> function, P parameter) UnsortedSetIterable.intersect
(SetIterable<? extends T> set) UnsortedSetIterable.powerSet()
Returns the set whose members are all possible subsets ofthis
.<P> UnsortedSetIterable<T>
UnsortedSetIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <S> UnsortedSetIterable<S>
UnsortedSetIterable.selectInstancesOf
(Class<S> clazz) <P> UnsortedSetIterable<T>
UnsortedSetIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) UnsortedSetIterable.symmetricDifference
(SetIterable<? extends T> setB) UnsortedSetIterable.union
(SetIterable<? extends T> set) <S> UnsortedSetIterable<Pair<T,
S>> Deprecated.in 6.0.UnsortedSetIterable.zipWithIndex()
Deprecated.in 6.0.Methods in org.eclipse.collections.api.set that return types with arguments of type UnsortedSetIterable -
Uses of UnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel.set
Constructors in org.eclipse.collections.impl.lazy.parallel.set with parameters of type UnsortedSetIterable -
Uses of UnsortedSetIterable in org.eclipse.collections.impl.set
Classes in org.eclipse.collections.impl.set that implement UnsortedSetIterableMethods in org.eclipse.collections.impl.set that return types with arguments of type UnsortedSetIterable -
Uses of UnsortedSetIterable in org.eclipse.collections.impl.set.immutable
Classes in org.eclipse.collections.impl.set.immutable that implement UnsortedSetIterableModifier and TypeClassDescriptionclass
This class is the parent class for all ImmutableSets.Methods in org.eclipse.collections.impl.set.immutable that return types with arguments of type UnsortedSetIterable -
Uses of UnsortedSetIterable in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement UnsortedSetIterableModifier and TypeClassDescriptionclass
final class
MultiReadUnifiedSet provides a thread-safe wrapper around a UnifiedSet, using a ReentrantReadWriteLock.final class
SetAdapter<T>
This class provides a MutableSet wrapper around a JDK Collections Set interface instance.class
A synchronized view of aMutableSet
.class
UnifiedSet<T>
class
An unmodifiable view of a list.Methods in org.eclipse.collections.impl.set.mutable that return types with arguments of type UnsortedSetIterable -
Uses of UnsortedSetIterable in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement UnsortedSetIterable