Package org.eclipse.collections.api.partition.bag.sorted
This package contains interfaces for
PartitionSortedBag.
A PartitionSortedBag is the result of splitting a sorted bag into two sorted bags based on a Predicate.
This package contains the following interfaces:
-
PartitionSortedBag- a Read-only PartitionSortedSet API. -
PartitionMutableSortedBag- a modifiable PartitionSortedSet.
-
Interface Summary Interface Description PartitionImmutableSortedBag<T> A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate.PartitionMutableSortedBag<T> PartitionSortedBag<T>