Uses of Interface
org.eclipse.collections.api.partition.set.PartitionUnsortedSet
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.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. |
-
Uses of PartitionUnsortedSet in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap that return PartitionUnsortedSet Modifier and Type Method Description PartitionUnsortedSet<V>
BiMap. partition(Predicate<? super V> predicate)
<P> PartitionUnsortedSet<V>
BiMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
-
Uses of PartitionUnsortedSet in org.eclipse.collections.api.partition.set
Subinterfaces of PartitionUnsortedSet in org.eclipse.collections.api.partition.set Modifier and Type Interface Description interface
PartitionImmutableSet<T>
A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.interface
PartitionMutableSet<T>
A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate. -
Uses of PartitionUnsortedSet in org.eclipse.collections.impl.partition.set
Classes in org.eclipse.collections.impl.partition.set that implement PartitionUnsortedSet Modifier and Type Class Description class
PartitionImmutableSetImpl<T>
class
PartitionUnifiedSet<T>
-
Uses of PartitionUnsortedSet in org.eclipse.collections.impl.partition.set.strategy
Classes in org.eclipse.collections.impl.partition.set.strategy that implement PartitionUnsortedSet Modifier and Type Class Description class
PartitionUnifiedSetWithHashingStrategy<T>