| 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 |
|---|---|---|
PartitionImmutableBagIterable<T> |
ImmutableBagIterable.partition(Predicate<? super T> predicate) |
|
<P> PartitionImmutableBagIterable<T> |
ImmutableBagIterable.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PartitionImmutableBag<T> |
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.
|
| Modifier and Type | Method | Description |
|---|---|---|
PartitionImmutableBagIterable<T> |
PartitionMutableBagIterable.toImmutable() |
| 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PartitionImmutableBagImpl<T> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PartitionImmutableSortedBagImpl<T> |
Copyright © 2004–2020. All rights reserved.