Uses of Interface
org.eclipse.collections.api.partition.set.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 for
PartitionSet. |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.impl.bimap.immutable | |
| org.eclipse.collections.impl.partition.set |
This package contains implementations of the
PartitionSet interface. |
| org.eclipse.collections.impl.partition.set.strategy |
This package contains implementations of the
PartitionMutableSet interface. |
| org.eclipse.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet. |
-
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 classPartitionImmutableSetImpl<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
Methods in org.eclipse.collections.impl.set.immutable that return PartitionImmutableSet Modifier and Type Method Description PartitionImmutableSet<T>AbstractImmutableSet. partition(Predicate<? super T> predicate)<P> PartitionImmutableSet<T>AbstractImmutableSet. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)