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 | 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> |
Copyright © 2004–2020. All rights reserved.