| Package | Description |
|---|---|
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| org.eclipse.collections.impl.partition.list |
This package contains implementations of the
PartitionList interface. |
| org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| org.eclipse.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionFastList<T> |
FastList.partition(Predicate<? super T> predicate) |
<P> PartitionFastList<T> |
FastList.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Constructor and Description |
|---|
PartitionImmutableListImpl(PartitionFastList<T> partitionFastList) |
| Modifier and Type | Method and Description |
|---|---|
static <T> PartitionFastList<T> |
ArrayIterate.partition(T[] array,
Predicate<? super T> predicate) |
static <T,P> PartitionFastList<T> |
ArrayIterate.partitionWith(T[] array,
Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
static <T> PartitionFastList<T> |
InternalArrayIterate.partition(T[] array,
int size,
Predicate<? super T> predicate) |
static <T,P> PartitionFastList<T> |
InternalArrayIterate.partitionWith(T[] array,
int size,
Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2022. All rights reserved.