| 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. |
| org.eclipse.collections.impl.partition.bag.sorted |
This package contains implementations of the
PartitionSortedBag interface. |
| Modifier and Type | Method | 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 | 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> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PartitionImmutableSortedBagImpl<T> |
|
class |
PartitionTreeBag<T> |
| Constructor | Description |
|---|---|
PartitionImmutableSortedBagImpl(PartitionSortedBag<T> partitionImmutableSortedBag) |
Copyright © 2004–2020. All rights reserved.