Package | Description |
---|---|
org.eclipse.collections.api.collection | |
org.eclipse.collections.api.tuple | |
org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
org.eclipse.collections.impl.list.fixed |
This package contains implementations of the
FixedSizeList interface. |
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
org.eclipse.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategy s. |
org.eclipse.collections.impl.tuple | |
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 | Description |
---|---|---|
<P> Twin<MutableList<T>> |
MutableCollection.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Deprecated.
since 6.0 use
RichIterable.partitionWith(Predicate2, Object) instead. |
Modifier and Type | Method | Description |
---|---|---|
Twin<T> |
Twin.swap() |
Modifier and Type | Method | Description |
---|---|---|
<P> Twin<MutableList<T>> |
AbstractMutableBagIterable.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method | Description |
---|---|---|
<P> Twin<MutableList<T>> |
AbstractCollectionAdapter.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
|
<P> Twin<MutableList<T>> |
AbstractMultiReaderMutableCollection.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
|
<P> Twin<MutableList<T>> |
AbstractMutableCollection.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
|
<P> Twin<MutableList<T>> |
AbstractSynchronizedMutableCollection.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
|
<P> Twin<MutableList<T>> |
AbstractUnmodifiableMutableCollection.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method | Description |
---|---|---|
<P> Twin<MutableList<T>> |
AbstractArrayAdapter.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method | Description |
---|---|---|
<P> Twin<MutableList<T>> |
AbstractMutableList.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
|
<P> Twin<MutableList<T>> |
FastList.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method | Description |
---|---|---|
<P> Twin<MutableList<T>> |
UnifiedSet.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method | Description |
---|---|---|
<P> Twin<MutableList<T>> |
UnifiedSetWithHashingStrategy.selectAndRejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method | Description |
---|---|---|
static <T> Twin<T> |
Tuples.twin(T one,
T two) |
Modifier and Type | Method | Description |
---|---|---|
static <T,P> Twin<MutableList<T>> |
ArrayIterate.selectAndRejectWith(T[] objectArray,
Predicate2<? super T,? super P> predicate,
P parameter) |
Deprecated.
since 6.0 use
RichIterable.partitionWith(Predicate2, Object) instead. |
static <T,P> Twin<MutableList<T>> |
ArrayListIterate.selectAndRejectWith(java.util.ArrayList<T> list,
Predicate2<? super T,? super P> predicate,
P parameter) |
|
static <T,IV> Twin<MutableList<T>> |
Iterate.selectAndRejectWith(java.lang.Iterable<T> iterable,
Predicate2<? super T,? super IV> predicate,
IV injectedValue) |
Filters a collection into two separate collections based on a predicate returned via a Twin.
|
static <T,IV> Twin<MutableList<T>> |
ListIterate.selectAndRejectWith(java.util.List<T> list,
Predicate2<? super T,? super IV> predicate,
IV injectedValue) |
|
static Twin<java.lang.String> |
StringIterate.splitAtIndex(java.lang.String aString,
int index) |
Modifier and Type | Method | Description |
---|---|---|
static <T,P> Twin<MutableList<T>> |
InternalArrayIterate.selectAndRejectWith(T[] objectArray,
int size,
Predicate2<? super T,? super P> predicate,
P parameter) |
Deprecated.
since 6.0 use
RichIterable.partitionWith(Predicate2, Object) instead. |
static <T,IV> Twin<MutableList<T>> |
IterableIterate.selectAndRejectWith(java.lang.Iterable<T> iterable,
Predicate2<? super T,? super IV> predicate,
IV injectedValue) |
|
static <T,P> Twin<MutableList<T>> |
IteratorIterate.selectAndRejectWith(java.util.Iterator<T> iterator,
Predicate2<? super T,? super P> predicate,
P parameter) |
|
static <T,IV> Twin<MutableList<T>> |
RandomAccessListIterate.selectAndRejectWith(java.util.List<T> list,
Predicate2<? super T,? super IV> predicate,
IV injectedValue) |
Copyright © 2004–2018. All rights reserved.