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