| Package | Description |
|---|---|
| org.eclipse.collections.api.collection | |
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| org.eclipse.collections.api.partition |
This package contains interfaces for
PartitionIterable. |
| 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.api.partition.list |
This package contains interfaces for
PartitionList. |
| org.eclipse.collections.api.partition.set |
This package contains interfaces for
PartitionSet. |
| org.eclipse.collections.api.partition.set.sorted |
This package contains interfaces for
PartitionSortedSet. |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableCollection<T> |
ImmutableCollection.partition(Predicate<? super T> predicate) |
<P> PartitionImmutableCollection<T> |
ImmutableCollection.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableCollection<V> |
ImmutableMapIterable.partition(Predicate<? super V> predicate) |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableCollection<T> |
PartitionMutableCollection.toImmutable() |
| 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.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionImmutableList<T>
A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionImmutableSet<T>
A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.
|
interface |
PartitionImmutableSetIterable<T>
A PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables based on a Predicate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionImmutableSortedSet<T>
A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based
on a Predicate.
|
Copyright © 2004–2022. All rights reserved.