| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionMutableBag<T> |
MutableBag.partition(Predicate<? super T> predicate) |
<P> PartitionMutableBag<T> |
MutableBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
PartitionMutableBag<V> |
MutableMap.partition(Predicate<? super V> predicate) |
<P> PartitionMutableBag<V> |
MutableMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
PartitionMutableBag<V> |
MutablePrimitiveObjectMap.partition(Predicate<? super V> predicate) |
<P> PartitionMutableBag<V> |
MutablePrimitiveObjectMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
Copyright © 2004–2020. All rights reserved.