Uses of Interface
org.eclipse.collections.api.partition.set.PartitionMutableSet
-
Packages that use PartitionMutableSet Package Description org.eclipse.collections.api.bimap This package contains interfaces for BiMap API.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet
.org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMap
interface.org.eclipse.collections.impl.partition.set This package contains implementations of thePartitionSet
interface.org.eclipse.collections.impl.partition.set.strategy This package contains implementations of thePartitionMutableSet
interface.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s. -
-
Uses of PartitionMutableSet in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap that return PartitionMutableSet Modifier and Type Method Description PartitionMutableSet<V>
MutableBiMap. partition(Predicate<? super V> predicate)
<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 PartitionMutableSet Modifier and Type Method Description PartitionMutableSet<T>
MutableSet. partition(Predicate<? super T> predicate)
<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 PartitionMutableSet Modifier and Type Method Description PartitionMutableSet<V>
AbstractMutableBiMap. partition(Predicate<? super V> predicate)
PartitionMutableSet<V>
SynchronizedBiMap. partition(Predicate<? super V> predicate)
PartitionMutableSet<V>
UnmodifiableBiMap. partition(Predicate<? super V> predicate)
<P> PartitionMutableSet<V>
AbstractMutableBiMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<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 PartitionMutableSet Modifier and Type Class Description class
PartitionUnifiedSet<T>
Constructors in org.eclipse.collections.impl.partition.set with parameters of type PartitionMutableSet Constructor Description PartitionImmutableSetImpl(PartitionMutableSet<T> mutablePartition)
-
Uses of PartitionMutableSet in org.eclipse.collections.impl.partition.set.strategy
Classes in org.eclipse.collections.impl.partition.set.strategy that implement PartitionMutableSet Modifier and Type Class Description class
PartitionUnifiedSetWithHashingStrategy<T>
-
Uses of PartitionMutableSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return PartitionMutableSet Modifier and Type Method Description PartitionMutableSet<T>
AbstractMutableSet. partition(Predicate<? super T> predicate)
PartitionMutableSet<T>
MultiReaderUnifiedSet. partition(Predicate<? super T> predicate)
PartitionMutableSet<T>
MultiReaderUnifiedSet.UntouchableMutableSet. partition(Predicate<? super T> predicate)
PartitionMutableSet<T>
SetAdapter. partition(Predicate<? super T> predicate)
PartitionMutableSet<T>
SynchronizedMutableSet. partition(Predicate<? super T> predicate)
PartitionMutableSet<T>
UnifiedSet. partition(Predicate<? super T> predicate)
PartitionMutableSet<T>
UnmodifiableMutableSet. partition(Predicate<? super T> predicate)
<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>
MultiReaderUnifiedSet.UntouchableMutableSet. 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 PartitionMutableSet Modifier and Type Method Description PartitionMutableSet<T>
UnifiedSetWithHashingStrategy. partition(Predicate<? super T> predicate)
<P> PartitionMutableSet<T>
UnifiedSetWithHashingStrategy. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-