Uses of Interface
org.eclipse.collections.api.partition.set.PartitionImmutableSet
Packages that use PartitionImmutableSet
Package
Description
This package contains interfaces for BiMap API.
This package contains interfaces for
PartitionSet
.This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains implementations of the
PartitionSet
interface.This package contains implementations of the
PartitionMutableSet
interface.This package contains the implementations of
ImmutableSet
.-
Uses of PartitionImmutableSet in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap that return PartitionImmutableSetModifier and TypeMethodDescription<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 -
Uses of PartitionImmutableSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return PartitionImmutableSetModifier and TypeMethodDescription<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 PartitionImmutableSetModifier and TypeMethodDescription<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 PartitionImmutableSetMethods in org.eclipse.collections.impl.partition.set that return PartitionImmutableSet -
Uses of PartitionImmutableSet in org.eclipse.collections.impl.partition.set.strategy
Methods in org.eclipse.collections.impl.partition.set.strategy that return PartitionImmutableSet -
Uses of PartitionImmutableSet in org.eclipse.collections.impl.set.immutable
Fields in org.eclipse.collections.impl.set.immutable declared as PartitionImmutableSetModifier and TypeFieldDescriptionprivate static final PartitionImmutableSet
<?> ImmutableEmptySet.EMPTY
Methods in org.eclipse.collections.impl.set.immutable that return PartitionImmutableSetModifier and TypeMethodDescription<P> PartitionImmutableSet
<T> AbstractImmutableSet.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter)