| 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.
|
| org.eclipse.collections.impl.partition.set.sorted |
This package contains implementations of the
PartitionSet interface. |
| Modifier and Type | Method | Description |
|---|---|---|
PartitionImmutableSortedSet<T> |
PartitionMutableSortedSet.toImmutable() |
| Modifier and Type | Method | 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) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PartitionImmutableSortedSetImpl<T> |
| Modifier and Type | Method | Description |
|---|---|---|
PartitionImmutableSortedSet<T> |
PartitionTreeSortedSet.toImmutable() |
Copyright © 2004–2018. All rights reserved.