| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| org.eclipse.collections.api.partition.bag.sorted |
This package contains interfaces for
PartitionSortedBag. |
| Modifier and Type | Method and Description |
|---|---|
PartitionSortedBag<T> |
SortedBag.partition(Predicate<? super T> predicate) |
PartitionSortedBag<T> |
SortedBag.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionSortedBag<T> |
SortedBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionImmutableSortedBag<T>
A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based
on a Predicate.
|
interface |
PartitionMutableSortedBag<T> |
Copyright © 2004–2023. All rights reserved.