Uses of Interface
org.eclipse.collections.api.partition.bag.PartitionMutableBagIterable
Packages that use PartitionMutableBagIterable
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for
PartitionBag.This package contains interfaces for
PartitionSortedBag.-
Uses of PartitionMutableBagIterable in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return PartitionMutableBagIterableModifier and TypeMethodDescriptionMutableBagIterable.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableBagIterable in org.eclipse.collections.api.partition.bag
Subinterfaces of PartitionMutableBagIterable in org.eclipse.collections.api.partition.bagModifier and TypeInterfaceDescriptioninterfaceA PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate. -
Uses of PartitionMutableBagIterable in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionMutableBagIterable in org.eclipse.collections.api.partition.bag.sorted