Uses of Interface
org.eclipse.collections.api.partition.set.PartitionImmutableSet
-
Packages that use PartitionImmutableSet Package Description org.eclipse.collections.api.bimap This package contains interfaces for BiMap API.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.impl.bimap.immutable org.eclipse.collections.impl.partition.set This package contains implementations of thePartitionSet
interface.org.eclipse.collections.impl.partition.set.strategy This package contains implementations of thePartitionMutableSet
interface.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
. -
-
Uses of PartitionImmutableSet in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap that return PartitionImmutableSet Modifier and Type Method Description PartitionImmutableSet<V>
ImmutableBiMap. partition(Predicate<? super V> predicate)
<P> PartitionImmutableSet<V>
ImmutableBiMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
-
Uses of PartitionImmutableSet in org.eclipse.collections.api.partition.set
Methods in org.eclipse.collections.api.partition.set that return PartitionImmutableSet Modifier and Type Method Description PartitionImmutableSet<T>
PartitionMutableSet. toImmutable()
-
Uses of PartitionImmutableSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return PartitionImmutableSet Modifier and Type Method Description PartitionImmutableSet<T>
ImmutableSet. partition(Predicate<? super T> predicate)
<P> PartitionImmutableSet<T>
ImmutableSet. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-
Uses of PartitionImmutableSet in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return PartitionImmutableSet Modifier and Type Method Description PartitionImmutableSet<V>
AbstractImmutableBiMap. partition(Predicate<? super V> predicate)
<P> PartitionImmutableSet<V>
AbstractImmutableBiMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
-
Uses of PartitionImmutableSet in org.eclipse.collections.impl.partition.set
Classes in org.eclipse.collections.impl.partition.set that implement PartitionImmutableSet Modifier and Type Class Description class
PartitionImmutableSetImpl<T>
Methods in org.eclipse.collections.impl.partition.set that return PartitionImmutableSet Modifier and Type Method Description PartitionImmutableSet<T>
PartitionUnifiedSet. toImmutable()
-
Uses of PartitionImmutableSet in org.eclipse.collections.impl.partition.set.strategy
Methods in org.eclipse.collections.impl.partition.set.strategy that return PartitionImmutableSet Modifier and Type Method Description PartitionImmutableSet<T>
PartitionUnifiedSetWithHashingStrategy. toImmutable()
-
Uses of PartitionImmutableSet in org.eclipse.collections.impl.set.immutable
Fields in org.eclipse.collections.impl.set.immutable declared as PartitionImmutableSet Modifier and Type Field Description private static PartitionImmutableSet<?>
ImmutableEmptySet. EMPTY
Methods in org.eclipse.collections.impl.set.immutable that return PartitionImmutableSet Modifier and Type Method Description PartitionImmutableSet<T>
AbstractImmutableSet. partition(Predicate<? super T> predicate)
PartitionImmutableSet<T>
ImmutableEmptySet. partition(Predicate<? super T> predicate)
<P> PartitionImmutableSet<T>
AbstractImmutableSet. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-