| Package | Description |
|---|---|
| org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| 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 |
|---|---|
PartitionBag<T> |
Bag.partition(Predicate<? super T> predicate) |
<P> PartitionBag<T> |
Bag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
PartitionBag<V> |
UnsortedMapIterable.partition(Predicate<? super V> predicate) |
<P> PartitionBag<V> |
UnsortedMapIterable.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
PartitionBag<V> |
PrimitiveObjectMap.partition(Predicate<? super V> predicate) |
<P> PartitionBag<V> |
PrimitiveObjectMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
| 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 |
PartitionImmutableBagIterable<T>
A PartitionImmutableBagIterable is the result of splitting a mutable bag into two ImmutableBagIterables 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.
|
interface |
PartitionMutableBagIterable<T>
A PartitionMutableBagIterable is the result of splitting a mutable bag into two MutableBagIterables based on a Predicate.
|
interface |
PartitionUnsortedBag<T> |
| Modifier and Type | Interface and 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> |
interface |
PartitionSortedBag<T> |
Copyright © 2004–2022. All rights reserved.