Uses of Interface
org.eclipse.collections.api.partition.bag.PartitionMutableBagIterable
-
Packages that use PartitionMutableBagIterable Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.partition.bag This package contains interfaces forPartitionBag
.org.eclipse.collections.api.partition.bag.sorted This package contains interfaces forPartitionSortedBag
.org.eclipse.collections.impl.partition.bag This package contains implementations of thePartitionBag
interface.org.eclipse.collections.impl.partition.bag.sorted This package contains implementations of thePartitionSortedBag
interface. -
-
Uses of PartitionMutableBagIterable in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return PartitionMutableBagIterable Modifier and Type Method Description PartitionMutableBagIterable<T>
MutableBagIterable. partition(Predicate<? super T> predicate)
<P> PartitionMutableBagIterable<T>
MutableBagIterable. 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.bag Modifier and Type Interface Description interface
PartitionMutableBag<T>
A 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 Modifier and Type Interface Description interface
PartitionMutableSortedBag<T>
-
Uses of PartitionMutableBagIterable in org.eclipse.collections.impl.partition.bag
Classes in org.eclipse.collections.impl.partition.bag that implement PartitionMutableBagIterable Modifier and Type Class Description class
PartitionHashBag<T>
-
Uses of PartitionMutableBagIterable in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionMutableBagIterable Modifier and Type Class Description class
PartitionTreeBag<T>
-