Uses of Interface
org.eclipse.collections.api.partition.bag.sorted.PartitionSortedBag
Packages that use PartitionSortedBag
Package
Description
This package contains interfaces for SortedBag API.
This package contains interfaces for
PartitionSortedBag.-
Uses of PartitionSortedBag in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return PartitionSortedBagModifier and TypeMethodDescriptionSortedBag.partitionWhile(Predicate<? super T> predicate) <P> PartitionSortedBag<T>SortedBag.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionSortedBag in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionSortedBag in org.eclipse.collections.api.partition.bag.sortedModifier and TypeInterfaceDescriptioninterfaceA PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate.interface