Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections 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.ordered.primitive | |
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
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.primitive | |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive | |
org.eclipse.collections.impl.utility.primitive |
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
DoubleIterable.asLazy() |
Returns a LazyDoubleIterable adapter wrapping the source DoubleIterable.
|
LazyDoubleIterable |
LazyBooleanIterable.collectDouble(BooleanToDoubleFunction function) |
|
LazyDoubleIterable |
LazyByteIterable.collectDouble(ByteToDoubleFunction function) |
|
LazyDoubleIterable |
LazyCharIterable.collectDouble(CharToDoubleFunction function) |
|
LazyDoubleIterable |
LazyDoubleIterable.collectDouble(DoubleToDoubleFunction function) |
|
LazyDoubleIterable |
LazyFloatIterable.collectDouble(FloatToDoubleFunction function) |
|
LazyDoubleIterable |
LazyIntIterable.collectDouble(IntToDoubleFunction function) |
|
LazyDoubleIterable |
LazyIterable.collectDouble(DoubleFunction<? super T> doubleFunction) |
Returns a lazy DoubleIterable which will transform the underlying iterable data to double values based on the doubleFunction.
|
LazyDoubleIterable |
LazyLongIterable.collectDouble(LongToDoubleFunction function) |
|
LazyDoubleIterable |
LazyShortIterable.collectDouble(ShortToDoubleFunction function) |
|
LazyDoubleIterable |
LazyDoubleIterable.reject(DoublePredicate predicate) |
|
LazyDoubleIterable |
LazyDoubleIterable.select(DoublePredicate predicate) |
|
LazyDoubleIterable |
LazyDoubleIterable.tap(DoubleProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
DoubleBooleanMap.keysView() |
|
LazyDoubleIterable |
DoubleByteMap.keysView() |
|
LazyDoubleIterable |
DoubleCharMap.keysView() |
|
LazyDoubleIterable |
DoubleDoubleMap.keysView() |
|
LazyDoubleIterable |
DoubleFloatMap.keysView() |
|
LazyDoubleIterable |
DoubleIntMap.keysView() |
|
LazyDoubleIterable |
DoubleLongMap.keysView() |
|
LazyDoubleIterable |
DoubleObjectMap.keysView() |
|
LazyDoubleIterable |
DoubleShortMap.keysView() |
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
ReversibleDoubleIterable.asReversed() |
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
SynchronizedDoubleBag.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
AbstractSynchronizedDoubleCollection.asLazy() |
|
LazyDoubleIterable |
AbstractUnmodifiableDoubleCollection.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
AbstractLazyIterable.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractLazyDoubleIterable |
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.
|
class |
CollectBooleanToDoubleIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectByteToDoubleIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectCharToDoubleIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectDoubleIterable<T> |
This file was automatically generated from template file collectPrimitiveIterable.stg.
|
class |
CollectDoubleToDoubleIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectFloatToDoubleIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectIntToDoubleIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectLongToDoubleIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectShortToDoubleIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
LazyDoubleIterableAdapter |
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.
|
class |
ReverseDoubleIterable |
This file was automatically generated from template file reversePrimitiveIterable.stg.
|
class |
SelectDoubleIterable |
This file was automatically generated from template file selectPrimitiveIterable.stg.
|
class |
TapDoubleIterable |
This file was automatically generated from template file tapPrimitiveIterable.stg.
|
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
SynchronizedDoubleList.asLazy() |
|
LazyDoubleIterable |
DoubleArrayList.asReversed() |
|
LazyDoubleIterable |
SynchronizedDoubleList.asReversed() |
|
LazyDoubleIterable |
UnmodifiableDoubleList.asReversed() |
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
AbstractMutableDoubleKeySet.asLazy() |
|
LazyDoubleIterable |
ObjectDoubleHashMap.asLazy() |
|
LazyDoubleIterable |
ObjectDoubleHashMapWithHashingStrategy.asLazy() |
|
LazyDoubleIterable |
SynchronizedByteDoubleMap.asLazy() |
|
LazyDoubleIterable |
SynchronizedCharDoubleMap.asLazy() |
|
LazyDoubleIterable |
SynchronizedDoubleDoubleMap.asLazy() |
|
LazyDoubleIterable |
SynchronizedFloatDoubleMap.asLazy() |
|
LazyDoubleIterable |
SynchronizedIntDoubleMap.asLazy() |
|
LazyDoubleIterable |
SynchronizedLongDoubleMap.asLazy() |
|
LazyDoubleIterable |
SynchronizedObjectDoubleMap.asLazy() |
|
LazyDoubleIterable |
SynchronizedShortDoubleMap.asLazy() |
|
LazyDoubleIterable |
UnmodifiableByteDoubleMap.asLazy() |
|
LazyDoubleIterable |
UnmodifiableCharDoubleMap.asLazy() |
|
LazyDoubleIterable |
UnmodifiableDoubleDoubleMap.asLazy() |
|
LazyDoubleIterable |
UnmodifiableFloatDoubleMap.asLazy() |
|
LazyDoubleIterable |
UnmodifiableIntDoubleMap.asLazy() |
|
LazyDoubleIterable |
UnmodifiableLongDoubleMap.asLazy() |
|
LazyDoubleIterable |
UnmodifiableObjectDoubleMap.asLazy() |
|
LazyDoubleIterable |
UnmodifiableShortDoubleMap.asLazy() |
|
LazyDoubleIterable |
DoubleBooleanHashMap.keysView() |
|
LazyDoubleIterable |
DoubleByteHashMap.keysView() |
|
LazyDoubleIterable |
DoubleCharHashMap.keysView() |
|
LazyDoubleIterable |
DoubleDoubleHashMap.keysView() |
|
LazyDoubleIterable |
DoubleFloatHashMap.keysView() |
|
LazyDoubleIterable |
DoubleIntHashMap.keysView() |
|
LazyDoubleIterable |
DoubleLongHashMap.keysView() |
|
LazyDoubleIterable |
DoubleObjectHashMap.keysView() |
|
LazyDoubleIterable |
DoubleShortHashMap.keysView() |
|
LazyDoubleIterable |
SynchronizedDoubleBooleanMap.keysView() |
|
LazyDoubleIterable |
SynchronizedDoubleByteMap.keysView() |
|
LazyDoubleIterable |
SynchronizedDoubleCharMap.keysView() |
|
LazyDoubleIterable |
SynchronizedDoubleDoubleMap.keysView() |
|
LazyDoubleIterable |
SynchronizedDoubleFloatMap.keysView() |
|
LazyDoubleIterable |
SynchronizedDoubleIntMap.keysView() |
|
LazyDoubleIterable |
SynchronizedDoubleLongMap.keysView() |
|
LazyDoubleIterable |
SynchronizedDoubleObjectMap.keysView() |
|
LazyDoubleIterable |
SynchronizedDoubleShortMap.keysView() |
|
LazyDoubleIterable |
UnmodifiableDoubleBooleanMap.keysView() |
|
LazyDoubleIterable |
UnmodifiableDoubleByteMap.keysView() |
|
LazyDoubleIterable |
UnmodifiableDoubleCharMap.keysView() |
|
LazyDoubleIterable |
UnmodifiableDoubleDoubleMap.keysView() |
|
LazyDoubleIterable |
UnmodifiableDoubleFloatMap.keysView() |
|
LazyDoubleIterable |
UnmodifiableDoubleIntMap.keysView() |
|
LazyDoubleIterable |
UnmodifiableDoubleLongMap.keysView() |
|
LazyDoubleIterable |
UnmodifiableDoubleObjectMap.keysView() |
|
LazyDoubleIterable |
UnmodifiableDoubleShortMap.keysView() |
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
AbstractDoubleIterable.asLazy() |
|
LazyDoubleIterable |
SynchronizedDoubleIterable.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
SynchronizedDoubleSet.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
SynchronizedDoubleStack.asLazy() |
|
LazyDoubleIterable |
UnmodifiableDoubleStack.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
LazyDoubleIterable |
AbstractDoubleStack.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
static LazyDoubleIterable |
LazyDoubleIterate.adapt(DoubleIterable iterable) |
Creates a deferred double iterable for the specified double iterable.
|
static LazyDoubleIterable |
LazyDoubleIterate.empty() |
|
static LazyDoubleIterable |
LazyDoubleIterate.select(DoubleIterable iterable,
DoublePredicate predicate) |
Creates a deferred filtering double iterable for the specified double iterable.
|
static LazyDoubleIterable |
LazyDoubleIterate.tap(DoubleIterable iterable,
DoubleProcedure procedure) |
Creates a deferred tap iterable for the specified iterable.
|
Copyright © 2004–2019. All rights reserved.