PartitionSortedSet.See: Description
| Interface | Description |
|---|---|
| PartitionImmutableSortedSet<T> |
A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based
on a Predicate.
|
| PartitionMutableSortedSet<T> |
A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.
|
| PartitionSortedSet<T> |
A PartitionSortedSet is the result of splitting a SortedSetIterable into two SortedSetIterables based on a Predicate.
|
PartitionSortedSet.
A PartitionSortedSet is the result of splitting a sorted set into two sorted sets based on a Predicate.
This package contains the following interfaces:
PartitionSortedSet - a Read-only PartitionSortedSet API.
PartitionMutableSortedSet - a modifiable PartitionSortedSet.
PartitionImmutableSortedSet - the non-modifiable equivalent interface to PartitionMutableSortedSet.
Copyright © 2004–2021. All rights reserved.