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.-
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)