| 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 | Method and Description |
|---|---|
PartitionImmutableSortedSet<T> |
PartitionMutableSortedSet.toImmutable() |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableSortedSet<T> |
ImmutableSortedSet.partition(Predicate<? super T> predicate) |
PartitionImmutableSortedSet<T> |
ImmutableSortedSet.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionImmutableSortedSet<T> |
ImmutableSortedSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2021. All rights reserved.