| Package | Description |
|---|---|
| org.eclipse.collections.api.partition.set.sorted |
This package contains interfaces for
PartitionSortedSet. |
| org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionImmutableSortedSet<T>
A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based
on a Predicate.
|
interface |
PartitionMutableSortedSet<T>
A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionSortedSet<T> |
SortedSetIterable.partition(Predicate<? super T> predicate) |
PartitionSortedSet<T> |
SortedSetIterable.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionSortedSet<T> |
SortedSetIterable.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2022. All rights reserved.