| 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.impl.partition.bag |
This package contains implementations of the
PartitionBag interface. |
| Modifier and Type | Method and Description |
|---|---|
PartitionUnsortedBag<T> |
UnsortedBag.partition(Predicate<? super T> predicate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionImmutableBag<T>
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.
|
interface |
PartitionMutableBag<T>
A PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionHashBag<T> |
class |
PartitionImmutableBagImpl<T> |
Copyright © 2004–2016. All rights reserved.