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.
|
org.eclipse.collections.api.partition.list |
This package contains interfaces for
PartitionList . |
org.eclipse.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.partition.list |
This package contains implementations of the
PartitionList interface. |
Modifier and Type | Method | Description |
---|---|---|
PartitionImmutableList<T> |
ImmutableList.partition(Predicate<? super T> predicate) |
|
PartitionImmutableList<T> |
ImmutableList.partitionWhile(Predicate<? super T> predicate) |
|
<P> PartitionImmutableList<T> |
ImmutableList.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method | Description |
---|---|---|
PartitionImmutableList<V> |
ImmutableOrderedMap.partition(Predicate<? super V> predicate) |
|
PartitionImmutableList<V> |
ImmutableOrderedMap.partitionWhile(Predicate<? super V> predicate) |
|
<P> PartitionImmutableList<V> |
ImmutableOrderedMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
Modifier and Type | Method | Description |
---|---|---|
PartitionImmutableList<V> |
ImmutableSortedMap.partition(Predicate<? super V> predicate) |
|
<P> PartitionImmutableList<V> |
ImmutableSortedMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
Modifier and Type | Method | Description |
---|---|---|
PartitionImmutableList<T> |
PartitionMutableList.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
PartitionImmutableList<V> |
AbstractImmutableSortedMap.partition(Predicate<? super V> predicate) |
|
PartitionImmutableList<V> |
AbstractImmutableSortedMap.partitionWhile(Predicate<? super V> predicate) |
|
<P> PartitionImmutableList<V> |
AbstractImmutableSortedMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
Modifier and Type | Class | Description |
---|---|---|
class |
PartitionImmutableListImpl<T> |
Modifier and Type | Method | Description |
---|---|---|
PartitionImmutableList<T> |
PartitionFastList.toImmutable() |
Copyright © 2004–2018. All rights reserved.