Package org.eclipse.collections.api.partition.bag.sorted
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.
-
ClassDescriptionA PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate.