Uses of Interface
org.eclipse.collections.api.partition.bag.PartitionMutableBag
Packages that use PartitionMutableBag
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
Uses of PartitionMutableBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return PartitionMutableBagModifier and TypeMethodDescription<P> PartitionMutableBag<T>MutableBag.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return PartitionMutableBagModifier and TypeMethodDescription<P> PartitionMutableBag<V>MutableMap.partitionWith(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionMutableBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return PartitionMutableBagModifier and TypeMethodDescription<P> PartitionMutableBag<V>MutablePrimitiveObjectMap.partitionWith(Predicate2<? super V, ? super P> predicate, P parameter)