Uses of Interface
org.eclipse.collections.api.partition.set.PartitionMutableSet
Packages that use 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
Methods in org.eclipse.collections.api.bimap that return PartitionMutableSetModifier and TypeMethodDescription<P> PartitionMutableSet<V>
MutableBiMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionMutableSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return PartitionMutableSetModifier 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
Methods in org.eclipse.collections.impl.bimap.mutable that return PartitionMutableSetModifier 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
Classes in org.eclipse.collections.impl.partition.set that implement PartitionMutableSetConstructors in org.eclipse.collections.impl.partition.set with parameters of type PartitionMutableSet -
Uses of PartitionMutableSet in org.eclipse.collections.impl.partition.set.strategy
Classes in org.eclipse.collections.impl.partition.set.strategy that implement PartitionMutableSet -
Uses of PartitionMutableSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return PartitionMutableSetModifier 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
Methods in org.eclipse.collections.impl.set.strategy.mutable that return PartitionMutableSetModifier and TypeMethodDescription<P> PartitionMutableSet<T>
UnifiedSetWithHashingStrategy.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter)