Uses of Interface
org.eclipse.collections.api.partition.set.PartitionMutableSet
Package
Description
This package contains interfaces for BiMap API.
This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains implementations of the
MutableBiMap
interface.This package contains implementations of the
PartitionSet
interface.This package contains implementations of the
PartitionMutableSet
interface.This package contains implementations of
MutableSet
.This package contains implementations of sets with user defined
HashingStrategy
s.-
Uses of PartitionMutableSet in org.eclipse.collections.api.bimap
Modifier and TypeMethodDescription<P> PartitionMutableSet<V>
MutableBiMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionMutableSet in org.eclipse.collections.api.set
Modifier and TypeMethodDescription<P> PartitionMutableSet<T>
MutableSet.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableSet in org.eclipse.collections.impl.bimap.mutable
Modifier and TypeMethodDescription<P> PartitionMutableSet<V>
SynchronizedBiMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) <P> PartitionMutableSet<V>
UnmodifiableBiMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionMutableSet in org.eclipse.collections.impl.partition.set
-
Uses of PartitionMutableSet in org.eclipse.collections.impl.partition.set.strategy
-
Uses of PartitionMutableSet in org.eclipse.collections.impl.set.mutable
Modifier and TypeMethodDescription<P> PartitionMutableSet<T>
AbstractMutableSet.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableSet<T>
MultiReaderUnifiedSet.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableSet<T>
SetAdapter.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableSet<T>
SynchronizedMutableSet.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableSet<T>
UnifiedSet.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableSet<T>
UnmodifiableMutableSet.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableSet in org.eclipse.collections.impl.set.strategy.mutable
Modifier and TypeMethodDescription<P> PartitionMutableSet<T>
UnifiedSetWithHashingStrategy.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter)