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.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 and Description |
---|---|
<R extends MutableDoubleCollection> |
RichIterable.collectDouble(DoubleFunction<? super T> doubleFunction,
R target)
Same as
RichIterable.collectDouble(DoubleFunction) , except that the results are gathered into the specified target
collection. |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableDoubleBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableDoubleCollection |
MutableCollection.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleCollection |
MutableDoubleCollection.asSynchronized() |
MutableDoubleCollection |
MutableDoubleCollection.asUnmodifiable() |
MutableDoubleCollection |
MutableDoubleCollection.reject(DoublePredicate predicate) |
MutableDoubleCollection |
MutableDoubleCollection.select(DoublePredicate predicate) |
MutableDoubleCollection |
MutableDoubleCollection.with(double element) |
MutableDoubleCollection |
MutableDoubleCollection.withAll(DoubleIterable elements) |
MutableDoubleCollection |
MutableDoubleCollection.without(double element) |
MutableDoubleCollection |
MutableDoubleCollection.withoutAll(DoubleIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableDoubleList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableDoubleCollection |
MutableObjectDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
MutableObjectDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
ObjectDoubleMap.values() |
MutableDoubleCollection |
DoubleValuesMap.values() |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableDoubleSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableDoubleCollection> |
AbstractRichIterable.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
UnmodifiableRichIterable.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
SynchronizedRichIterable.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableDoubleCollection> |
AbstractBag.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleHashBag
DoubleHashBag is similar to
HashBag , and is memory-optimized for double primitives. |
class |
SynchronizedDoubleBag
A synchronized view of a
MutableDoubleBag . |
class |
UnmodifiableDoubleBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableDoubleCollection> |
AbstractBiMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableDoubleCollection> |
UnmodifiableBiMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleCollection |
CollectDoubleProcedure.getDoubleCollection() |
Constructor and Description |
---|
CollectDoubleProcedure(DoubleFunction<? super T> doubleFunction,
MutableDoubleCollection targetCollection) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableDoubleCollection> |
AbstractSynchronizedRichIterable.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableDoubleCollection> |
AbstractCollectionAdapter.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
AbstractMultiReaderMutableCollection.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
AbstractUnmodifiableMutableCollection.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleCollection |
AbstractCollectionAdapter.collectDouble(DoubleFunction<? super T> doubleFunction) |
MutableDoubleCollection |
AbstractUnmodifiableMutableCollection.collectDouble(DoubleFunction<? super T> doubleFunction) |
MutableDoubleCollection |
SynchronizedMutableCollection.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSynchronizedDoubleCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.
|
class |
AbstractUnmodifiableDoubleCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.
|
class |
SynchronizedDoubleCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.
|
class |
UnmodifiableDoubleCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableDoubleCollection |
AbstractUnmodifiableDoubleCollection.asSynchronized() |
MutableDoubleCollection |
AbstractSynchronizedDoubleCollection.asSynchronized() |
MutableDoubleCollection |
AbstractUnmodifiableDoubleCollection.asUnmodifiable() |
MutableDoubleCollection |
AbstractSynchronizedDoubleCollection.asUnmodifiable() |
MutableDoubleCollection |
AbstractUnmodifiableDoubleCollection.reject(DoublePredicate predicate) |
MutableDoubleCollection |
AbstractSynchronizedDoubleCollection.reject(DoublePredicate predicate) |
MutableDoubleCollection |
AbstractUnmodifiableDoubleCollection.select(DoublePredicate predicate) |
MutableDoubleCollection |
AbstractSynchronizedDoubleCollection.select(DoublePredicate predicate) |
MutableDoubleCollection |
AbstractUnmodifiableDoubleCollection.with(double element) |
MutableDoubleCollection |
AbstractSynchronizedDoubleCollection.with(double element) |
MutableDoubleCollection |
AbstractUnmodifiableDoubleCollection.withAll(DoubleIterable elements) |
MutableDoubleCollection |
AbstractSynchronizedDoubleCollection.withAll(DoubleIterable elements) |
MutableDoubleCollection |
AbstractUnmodifiableDoubleCollection.without(double element) |
MutableDoubleCollection |
AbstractSynchronizedDoubleCollection.without(double element) |
MutableDoubleCollection |
AbstractUnmodifiableDoubleCollection.withoutAll(DoubleIterable elements) |
MutableDoubleCollection |
AbstractSynchronizedDoubleCollection.withoutAll(DoubleIterable elements) |
Modifier and Type | Method and Description |
---|---|
static UnmodifiableDoubleCollection |
UnmodifiableDoubleCollection.of(MutableDoubleCollection collection)
This method will take a MutableDoubleCollection and wrap it directly in a UnmodifiableDoubleCollection.
|
static SynchronizedDoubleCollection |
SynchronizedDoubleCollection.of(MutableDoubleCollection collection)
This method will take a MutableDoubleCollection and wrap it directly in a SynchronizedDoubleCollection.
|
static SynchronizedDoubleCollection |
SynchronizedDoubleCollection.of(MutableDoubleCollection collection,
Object lock)
This method will take a MutableDoubleCollection and wrap it directly in a SynchronizedDoubleCollection.
|
Modifier and Type | Method and Description |
---|---|
static <T,R extends MutableDoubleCollection> |
Collectors2.collectDouble(DoubleFunction<? super T> function,
Supplier<R> supplier)
Returns a new MutableDoubleCollection with the results of applying the specified DoubleFunction on each element
of the source.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableDoubleCollection> |
FastList.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleArrayList
DoubleArrayList is similar to
FastList , and is memory-optimized for double primitives. |
class |
SynchronizedDoubleList
A synchronized view of a
MutableDoubleList . |
class |
UnmodifiableDoubleList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableDoubleCollection> |
UnmodifiableMutableMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableDoubleKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableDoubleCollection> |
SynchronizedLongObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
FloatObjectHashMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
UnmodifiableDoubleObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
UnmodifiableCharObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
ShortObjectHashMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
SynchronizedFloatObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
UnmodifiableFloatObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
SynchronizedDoubleObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
SynchronizedByteObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
ByteObjectHashMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
UnmodifiableLongObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
IntObjectHashMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
SynchronizedCharObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
SynchronizedIntObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
UnmodifiableShortObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
LongObjectHashMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
CharObjectHashMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
DoubleObjectHashMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
SynchronizedShortObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
UnmodifiableIntObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
UnmodifiableByteObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableDoubleCollection> |
UnmodifiableTreeMap.collectDouble(DoubleFunction<? super V> doubleFunction,
R target) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleHashSet
This file was automatically generated from template file primitiveHashSet.stg.
|
class |
SynchronizedDoubleSet
A synchronized view of a
MutableDoubleSet . |
class |
UnmodifiableDoubleSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableDoubleCollection> |
ArrayStack.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
SynchronizedStack.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
<R extends MutableDoubleCollection> |
UnmodifiableStack.collectDouble(DoubleFunction<? super T> doubleFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
static <T,R extends MutableDoubleCollection> |
ArrayListIterate.collectDouble(ArrayList<T> list,
DoubleFunction<? super T> doubleFunction,
R target) |
static <T,R extends MutableDoubleCollection> |
Iterate.collectDouble(Iterable<T> iterable,
DoubleFunction<? super T> doubleFunction,
R target)
Same as
Iterate.collectDouble(Iterable, DoubleFunction) , except that the results are gathered into the specified target
collection. |
static <T,R extends MutableDoubleCollection> |
ListIterate.collectDouble(List<T> list,
DoubleFunction<? super T> doubleFunction,
R target) |
static <K,V,R extends MutableDoubleCollection> |
MapIterate.collectDouble(Map<K,V> map,
DoubleFunction<? super V> doubleFunction,
R target) |
static <T,R extends MutableDoubleCollection> |
ArrayIterate.collectDouble(T[] objectArray,
DoubleFunction<? super T> doubleFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
static <T> MutableDoubleCollection |
Iterate.collectDouble(Iterable<T> iterable,
DoubleFunction<? super T> doubleFunction)
Returns a new
double collection with the results of applying the specified doubleFunction for each element of the iterable. |
static <K,V> MutableDoubleCollection |
MapIterate.collectDouble(Map<K,V> map,
DoubleFunction<? super V> doubleFunction) |
Modifier and Type | Method and Description |
---|---|
static <T,R extends MutableDoubleCollection> |
IterableIterate.collectDouble(Iterable<T> iterable,
DoubleFunction<? super T> doubleFunction,
R target) |
static <T,R extends MutableDoubleCollection> |
IteratorIterate.collectDouble(Iterator<T> iterator,
DoubleFunction<? super T> doubleFunction,
R target) |
static <T,R extends MutableDoubleCollection> |
RandomAccessListIterate.collectDouble(List<T> list,
DoubleFunction<? super T> doubleFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
static <T> MutableDoubleCollection |
IterableIterate.collectDouble(Iterable<T> iterable,
DoubleFunction<? super T> doubleFunction) |
static <T> MutableDoubleCollection |
IteratorIterate.collectDouble(Iterator<T> iterator,
DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method and Description |
---|---|
static <R extends MutableDoubleCollection> |
DoubleIterableIterate.reject(DoubleIterable iterable,
DoublePredicate predicate,
R targetCollection) |
static <R extends MutableDoubleCollection> |
DoubleIteratorIterate.reject(DoubleIterator iterator,
DoublePredicate predicate,
R targetCollection) |
static <R extends MutableDoubleCollection> |
DoubleIterableIterate.select(DoubleIterable iterable,
DoublePredicate predicate,
R targetCollection) |
static <R extends MutableDoubleCollection> |
DoubleIteratorIterate.select(DoubleIterator iterator,
DoublePredicate predicate,
R targetCollection) |
Copyright © 2004–2016. All rights reserved.