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