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.-
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)