Uses of Interface
org.eclipse.collections.api.set.ImmutableSetIterable
-
Packages that use ImmutableSetIterable Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.multimap.set This package contains interfaces forSetMultimap
.org.eclipse.collections.api.partition.set This package contains interfaces forPartitionSet
.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet
.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.strategy.immutable This package contains implementations of immutable sets with user definedHashingStrategy
s. -
-
Uses of ImmutableSetIterable in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableSetIterable Modifier and Type Method Description ImmutableSetIterable<T>
ImmutableBagIterable. selectUnique()
ImmutableSetIterable<Pair<T,java.lang.Integer>>
ImmutableBagIterable. zipWithIndex()
-
Uses of ImmutableSetIterable in org.eclipse.collections.api.multimap.set
Methods in org.eclipse.collections.api.multimap.set that return ImmutableSetIterable Modifier and Type Method Description ImmutableSetIterable<V>
ImmutableSetIterableMultimap. get(K key)
-
Uses of ImmutableSetIterable in org.eclipse.collections.api.partition.set
Methods in org.eclipse.collections.api.partition.set that return ImmutableSetIterable Modifier and Type Method Description ImmutableSetIterable<T>
PartitionImmutableSetIterable. getRejected()
ImmutableSetIterable<T>
PartitionImmutableSetIterable. getSelected()
-
Uses of ImmutableSetIterable in org.eclipse.collections.api.set
Subinterfaces of ImmutableSetIterable in org.eclipse.collections.api.set Modifier and Type Interface Description interface
ImmutableSet<T>
ImmutableSet is the non-modifiable equivalent interface toMutableSet
.Methods in org.eclipse.collections.api.set that return ImmutableSetIterable Modifier and Type Method Description ImmutableSetIterable<T>
ImmutableSetIterable. reject(Predicate<? super T> predicate)
<P> ImmutableSetIterable<T>
ImmutableSetIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
ImmutableSetIterable<T>
ImmutableSetIterable. select(Predicate<? super T> predicate)
<S> ImmutableSetIterable<S>
ImmutableSetIterable. selectInstancesOf(java.lang.Class<S> clazz)
<P> ImmutableSetIterable<T>
ImmutableSetIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
ImmutableSetIterable<T>
ImmutableSetIterable. tap(Procedure<? super T> procedure)
ImmutableSetIterable<T>
SetIterable. toImmutable()
ImmutableSetIterable<Pair<T,java.lang.Integer>>
ImmutableSetIterable. zipWithIndex()
Deprecated.in 6.0. -
Uses of ImmutableSetIterable in org.eclipse.collections.api.set.sorted
Subinterfaces of ImmutableSetIterable in org.eclipse.collections.api.set.sorted Modifier and Type Interface Description interface
ImmutableSortedSet<T>
ImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet
. -
Uses of ImmutableSetIterable in org.eclipse.collections.impl.set.immutable
Classes in org.eclipse.collections.impl.set.immutable that implement ImmutableSetIterable Modifier and Type Class Description class
AbstractImmutableSet<T>
This class is the parent class for all ImmutableSets.(package private) class
ImmutableDoubletonSet<T>
(package private) class
ImmutableEmptySet<T>
This is a zero elementImmutableSet
which is created by calling the Sets.immutable.empty() method.(package private) class
ImmutableQuadrupletonSet<T>
(package private) class
ImmutableSingletonSet<T>
(package private) class
ImmutableTripletonSet<T>
(package private) class
ImmutableUnifiedSet<T>
-
Uses of ImmutableSetIterable in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement ImmutableSetIterable Modifier and Type Class Description (package private) class
AbstractImmutableSortedSet<T>
This class is the parent class for all ImmutableSortedSets.(package private) class
ImmutableEmptySortedSet<T>
This is a zero elementImmutableSortedSet
which is created by calling the SortedSets.immutable.empty() method.(package private) class
ImmutableTreeSet<T>
-
Uses of ImmutableSetIterable in org.eclipse.collections.impl.set.strategy.immutable
Classes in org.eclipse.collections.impl.set.strategy.immutable that implement ImmutableSetIterable Modifier and Type Class Description (package private) class
ImmutableEmptySetWithHashingStrategy<T>
This is a zero elementImmutableUnifiedSetWithHashingStrategy
which is created by calling the HashingStrategySets.immutable.empty() method.(package private) class
ImmutableUnifiedSetWithHashingStrategy<T>
-