Uses of Interface
org.eclipse.collections.api.partition.bag.sorted.PartitionMutableSortedBag
-
Packages that use PartitionMutableSortedBag Package Description org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API. -
-
Uses of PartitionMutableSortedBag in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return PartitionMutableSortedBag Modifier and Type Method Description PartitionMutableSortedBag<T>MutableSortedBag. partition(Predicate<? super T> predicate)PartitionMutableSortedBag<T>MutableSortedBag. partitionWhile(Predicate<? super T> predicate)<P> PartitionMutableSortedBag<T>MutableSortedBag. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-