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. -
-
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 interfacePartitionMutableBag<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 interfacePartitionMutableSortedBag<T>
-