Uses of Interface
org.eclipse.collections.api.partition.set.PartitionMutableSetIterable
| Package | Description |
|---|---|
| org.eclipse.collections.api.partition.set |
This package contains interfaces for
PartitionSet. |
| org.eclipse.collections.api.partition.set.sorted |
This package contains interfaces for
PartitionSortedSet. |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.impl.partition.set |
This package contains implementations of the
PartitionSet interface. |
| org.eclipse.collections.impl.partition.set.sorted |
This package contains implementations of the
PartitionSet interface. |
| org.eclipse.collections.impl.partition.set.strategy |
This package contains implementations of the
PartitionMutableSet interface. |
-
Uses of PartitionMutableSetIterable in org.eclipse.collections.api.partition.set
Subinterfaces of PartitionMutableSetIterable in org.eclipse.collections.api.partition.set Modifier and Type Interface Description interfacePartitionMutableSet<T>A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate. -
Uses of PartitionMutableSetIterable in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionMutableSetIterable in org.eclipse.collections.api.partition.set.sorted Modifier and Type Interface Description interfacePartitionMutableSortedSet<T>A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate. -
Uses of PartitionMutableSetIterable in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return PartitionMutableSetIterable Modifier and Type Method Description PartitionMutableSetIterable<T>MutableSetIterable. partition(Predicate<? super T> predicate)<P> PartitionMutableSetIterable<T>MutableSetIterable. partitionWith(Predicate2<? super T,? super P> predicate, P parameter) -
Uses of PartitionMutableSetIterable in org.eclipse.collections.impl.partition.set
Classes in org.eclipse.collections.impl.partition.set that implement PartitionMutableSetIterable Modifier and Type Class Description classPartitionUnifiedSet<T> -
Uses of PartitionMutableSetIterable in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionMutableSetIterable Modifier and Type Class Description classPartitionTreeSortedSet<T> -
Uses of PartitionMutableSetIterable in org.eclipse.collections.impl.partition.set.strategy
Classes in org.eclipse.collections.impl.partition.set.strategy that implement PartitionMutableSetIterable Modifier and Type Class Description classPartitionUnifiedSetWithHashingStrategy<T>