Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
org.eclipse.collections.api.collection | |
org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
org.eclipse.collections.impl.bag | |
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.bimap | |
org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
org.eclipse.collections.impl.block.procedure.primitive |
This package contains implementations of primitive procedures.
|
org.eclipse.collections.impl.collection | |
org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.collector | |
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.ordered.mutable | |
org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack 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.
|
org.eclipse.collections.impl.utility.internal.primitive |
Modifier and Type | Method | Description |
---|---|---|
default <R extends MutableBooleanCollection> |
BooleanIterable.collectBoolean(BooleanToBooleanFunction function,
R target) |
Returns the target
MutableBooleanCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableBooleanCollection> |
ByteIterable.collectBoolean(ByteToBooleanFunction function,
R target) |
Returns the target
MutableBooleanCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableBooleanCollection> |
CharIterable.collectBoolean(CharToBooleanFunction function,
R target) |
Returns the target
MutableBooleanCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableBooleanCollection> |
DoubleIterable.collectBoolean(DoubleToBooleanFunction function,
R target) |
Returns the target
MutableBooleanCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableBooleanCollection> |
FloatIterable.collectBoolean(FloatToBooleanFunction function,
R target) |
Returns the target
MutableBooleanCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableBooleanCollection> |
IntIterable.collectBoolean(IntToBooleanFunction function,
R target) |
Returns the target
MutableBooleanCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableBooleanCollection> |
LongIterable.collectBoolean(LongToBooleanFunction function,
R target) |
Returns the target
MutableBooleanCollection with the results of applying the specified function on each element
of the source collection. |
<R extends MutableBooleanCollection> |
RichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
Same as
RichIterable.collectBoolean(BooleanFunction) , except that the results are gathered into the specified target
collection. |
default <R extends MutableBooleanCollection> |
ShortIterable.collectBoolean(ShortToBooleanFunction function,
R target) |
Returns the target
MutableBooleanCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableBooleanCollection> |
BooleanIterable.reject(BooleanPredicate predicate,
R target) |
Same as
BooleanIterable.reject(BooleanPredicate) , only the results are added to the target MutableBooleanCollection. |
default <R extends MutableBooleanCollection> |
BooleanIterable.select(BooleanPredicate predicate,
R target) |
Same as
BooleanIterable.select(BooleanPredicate) , only the results are added to the target MutableBooleanCollection. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
MutableBooleanBag |
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanCollection |
MutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Returns a new primitive
boolean iterable with the results of applying the specified function on each element
of the source collection. |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanCollection |
MutableBooleanCollection.asSynchronized() |
|
MutableBooleanCollection |
MutableBooleanCollection.asUnmodifiable() |
|
default MutableBooleanCollection |
MutableBooleanCollection.newEmpty() |
Creates a new empty mutable version of the same collection type.
|
MutableBooleanCollection |
MutableBooleanCollection.reject(BooleanPredicate predicate) |
|
MutableBooleanCollection |
MutableBooleanCollection.select(BooleanPredicate predicate) |
|
default MutableBooleanCollection |
MutableBooleanCollection.tap(BooleanProcedure procedure) |
|
MutableBooleanCollection |
MutableBooleanCollection.with(boolean element) |
|
MutableBooleanCollection |
MutableBooleanCollection.withAll(BooleanIterable elements) |
|
MutableBooleanCollection |
MutableBooleanCollection.without(boolean element) |
|
MutableBooleanCollection |
MutableBooleanCollection.withoutAll(BooleanIterable elements) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
MutableBooleanList |
This file was automatically generated from template file mutablePrimitiveList.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanCollection |
MutableObjectBooleanMap.reject(BooleanPredicate predicate) |
|
MutableBooleanCollection |
MutableObjectBooleanMap.select(BooleanPredicate predicate) |
|
MutableBooleanCollection |
BooleanValuesMap.values() |
|
MutableBooleanCollection |
ObjectBooleanMap.values() |
Modifier and Type | Interface | Description |
---|---|---|
interface |
MutableBooleanSet |
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
AbstractRichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
UnmodifiableRichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
AbstractBag.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
Modifier and Type | Class | Description |
---|---|---|
class |
BooleanHashBag |
BooleanHashBag is similar to
HashBag , and is memory-optimized for boolean primitives. |
class |
SynchronizedBooleanBag |
A synchronized view of a
MutableBooleanBag . |
class |
UnmodifiableBooleanBag |
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
AbstractBiMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
UnmodifiableBiMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanCollection |
CollectBooleanProcedure.getBooleanCollection() |
Constructor | Description |
---|---|
CollectBooleanProcedure(BooleanFunction<? super T> booleanFunction,
MutableBooleanCollection targetCollection) |
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
AbstractSynchronizedRichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
AbstractCollectionAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
AbstractMultiReaderMutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
AbstractUnmodifiableMutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanCollection |
AbstractCollectionAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanCollection |
AbstractSynchronizedMutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanCollection |
AbstractUnmodifiableMutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractSynchronizedBooleanCollection |
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.
|
class |
AbstractUnmodifiableBooleanCollection |
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.
|
class |
SynchronizedBooleanCollection |
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.
|
class |
UnmodifiableBooleanCollection |
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanCollection |
AbstractSynchronizedBooleanCollection.asSynchronized() |
|
MutableBooleanCollection |
AbstractUnmodifiableBooleanCollection.asSynchronized() |
|
MutableBooleanCollection |
AbstractSynchronizedBooleanCollection.asUnmodifiable() |
|
MutableBooleanCollection |
AbstractUnmodifiableBooleanCollection.asUnmodifiable() |
|
MutableBooleanCollection |
SynchronizedBooleanCollection.newEmpty() |
|
MutableBooleanCollection |
UnmodifiableBooleanCollection.newEmpty() |
|
MutableBooleanCollection |
AbstractSynchronizedBooleanCollection.reject(BooleanPredicate predicate) |
|
MutableBooleanCollection |
AbstractUnmodifiableBooleanCollection.reject(BooleanPredicate predicate) |
|
MutableBooleanCollection |
AbstractSynchronizedBooleanCollection.select(BooleanPredicate predicate) |
|
MutableBooleanCollection |
AbstractUnmodifiableBooleanCollection.select(BooleanPredicate predicate) |
|
MutableBooleanCollection |
AbstractSynchronizedBooleanCollection.with(boolean element) |
|
MutableBooleanCollection |
AbstractUnmodifiableBooleanCollection.with(boolean element) |
|
MutableBooleanCollection |
AbstractSynchronizedBooleanCollection.withAll(BooleanIterable elements) |
|
MutableBooleanCollection |
AbstractUnmodifiableBooleanCollection.withAll(BooleanIterable elements) |
|
MutableBooleanCollection |
AbstractSynchronizedBooleanCollection.without(boolean element) |
|
MutableBooleanCollection |
AbstractUnmodifiableBooleanCollection.without(boolean element) |
|
MutableBooleanCollection |
AbstractSynchronizedBooleanCollection.withoutAll(BooleanIterable elements) |
|
MutableBooleanCollection |
AbstractUnmodifiableBooleanCollection.withoutAll(BooleanIterable elements) |
Modifier and Type | Method | Description |
---|---|---|
static SynchronizedBooleanCollection |
SynchronizedBooleanCollection.of(MutableBooleanCollection collection) |
This method will take a MutableBooleanCollection and wrap it directly in a SynchronizedBooleanCollection.
|
static SynchronizedBooleanCollection |
SynchronizedBooleanCollection.of(MutableBooleanCollection collection,
java.lang.Object lock) |
This method will take a MutableBooleanCollection and wrap it directly in a SynchronizedBooleanCollection.
|
static UnmodifiableBooleanCollection |
UnmodifiableBooleanCollection.of(MutableBooleanCollection collection) |
This method will take a MutableBooleanCollection and wrap it directly in a UnmodifiableBooleanCollection.
|
Modifier and Type | Method | Description |
---|---|---|
static <T,R extends MutableBooleanCollection> |
Collectors2.collectBoolean(BooleanFunction<? super T> function,
java.util.function.Supplier<R> supplier) |
Returns a new MutableBooleanCollection with the results of applying the specified BooleanFunction on each element
of the source.
|
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
FastList.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
Modifier and Type | Class | Description |
---|---|---|
class |
BooleanArrayList |
BooleanArrayList is similar to
FastList , and is memory-optimized for boolean primitives. |
class |
SynchronizedBooleanList |
A synchronized view of a
MutableBooleanList . |
class |
UnmodifiableBooleanList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
UnmodifiableMutableMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
ByteObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
CharObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
DoubleObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
FloatObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
IntObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
LongObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
ShortObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
SynchronizedByteObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
SynchronizedCharObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
SynchronizedDoubleObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
SynchronizedFloatObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
SynchronizedIntObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
SynchronizedLongObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
SynchronizedShortObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
UnmodifiableByteObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
UnmodifiableCharObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
UnmodifiableDoubleObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
UnmodifiableFloatObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
UnmodifiableIntObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
UnmodifiableLongObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
UnmodifiableShortObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
UnmodifiableMutableOrderedMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
UnmodifiableTreeMap.collectBoolean(BooleanFunction<? super V> booleanFunction,
R target) |
Modifier and Type | Class | Description |
---|---|---|
class |
BooleanHashSet |
|
class |
SynchronizedBooleanSet |
A synchronized view of a
MutableBooleanSet . |
class |
UnmodifiableBooleanSet |
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<R extends MutableBooleanCollection> |
ArrayStack.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
SynchronizedStack.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
|
<R extends MutableBooleanCollection> |
UnmodifiableStack.collectBoolean(BooleanFunction<? super T> booleanFunction,
R target) |
Modifier and Type | Method | Description |
---|---|---|
static <T,R extends MutableBooleanCollection> |
ArrayIterate.collectBoolean(T[] objectArray,
BooleanFunction<? super T> booleanFunction,
R target) |
|
static <T,R extends MutableBooleanCollection> |
ArrayListIterate.collectBoolean(java.util.ArrayList<T> list,
BooleanFunction<? super T> booleanFunction,
R target) |
|
static <T,R extends MutableBooleanCollection> |
Iterate.collectBoolean(java.lang.Iterable<T> iterable,
BooleanFunction<? super T> booleanFunction,
R target) |
Same as
Iterate.collectBoolean(Iterable, BooleanFunction) , except that the results are gathered into the specified target
collection. |
static <T,R extends MutableBooleanCollection> |
ListIterate.collectBoolean(java.util.List<T> list,
BooleanFunction<? super T> booleanFunction,
R target) |
|
static <K,V,R extends MutableBooleanCollection> |
MapIterate.collectBoolean(java.util.Map<K,V> map,
BooleanFunction<? super V> booleanFunction,
R target) |
Modifier and Type | Method | Description |
---|---|---|
static <T> MutableBooleanCollection |
Iterate.collectBoolean(java.lang.Iterable<T> iterable,
BooleanFunction<? super T> booleanFunction) |
Returns a new primitive
boolean collection with the results of applying the specified booleanFunction for each element of the iterable. |
static <K,V> MutableBooleanCollection |
MapIterate.collectBoolean(java.util.Map<K,V> map,
BooleanFunction<? super V> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
static <T,R extends MutableBooleanCollection> |
IterableIterate.collectBoolean(java.lang.Iterable<T> iterable,
BooleanFunction<? super T> booleanFunction,
R target) |
|
static <T,R extends MutableBooleanCollection> |
IteratorIterate.collectBoolean(java.util.Iterator<T> iterator,
BooleanFunction<? super T> booleanFunction,
R target) |
|
static <T,R extends MutableBooleanCollection> |
RandomAccessListIterate.collectBoolean(java.util.List<T> list,
BooleanFunction<? super T> booleanFunction,
R target) |
Modifier and Type | Method | Description |
---|---|---|
static <T> MutableBooleanCollection |
IterableIterate.collectBoolean(java.lang.Iterable<T> iterable,
BooleanFunction<? super T> booleanFunction) |
|
static <T> MutableBooleanCollection |
IteratorIterate.collectBoolean(java.util.Iterator<T> iterator,
BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
static <R extends MutableBooleanCollection> |
BooleanIterableIterate.reject(BooleanIterable iterable,
BooleanPredicate predicate,
R targetCollection) |
|
static <R extends MutableBooleanCollection> |
BooleanIteratorIterate.reject(BooleanIterator iterator,
BooleanPredicate predicate,
R targetCollection) |
|
static <R extends MutableBooleanCollection> |
BooleanIterableIterate.select(BooleanIterable iterable,
BooleanPredicate predicate,
R targetCollection) |
|
static <R extends MutableBooleanCollection> |
BooleanIteratorIterate.select(BooleanIterator iterator,
BooleanPredicate predicate,
R targetCollection) |
Copyright © 2004–2020. All rights reserved.