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