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