| Package | Description |
|---|---|
| org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| 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.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionMutableList<T> |
MutableList.partition(Predicate<? super T> predicate) |
PartitionMutableList<T> |
MutableList.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionMutableList<T> |
MutableList.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
PartitionMutableList<V> |
MutableOrderedMap.partition(Predicate<? super V> predicate) |
PartitionMutableList<V> |
MutableOrderedMap.partitionWhile(Predicate<? super V> predicate) |
<P> PartitionMutableList<V> |
MutableOrderedMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
PartitionMutableList<V> |
MutableSortedMap.partition(Predicate<? super V> predicate) |
PartitionMutableList<V> |
MutableSortedMap.partitionWhile(Predicate<? super V> predicate) |
<P> PartitionMutableList<V> |
MutableSortedMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
Copyright © 2004–2022. All rights reserved.