Uses of Interface
org.eclipse.collections.api.partition.bag.sorted.PartitionMutableSortedBag
Packages that use PartitionMutableSortedBag
Package
Description
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 PartitionMutableSortedBagModifier and TypeMethodDescriptionMutableSortedBag.partitionWhile(Predicate<? super T> predicate) MutableSortedBag.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter)