Uses of Interface
org.eclipse.collections.api.LazyDoubleIterable
Packages that use LazyDoubleIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the
LazyIterable
interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of LazyDoubleIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyDoubleIterableModifier and TypeMethodDescriptionDoubleIterable.asLazy()
Returns a LazyDoubleIterable adapter wrapping the source DoubleIterable.LazyBooleanIterable.collectDouble
(BooleanToDoubleFunction function) LazyByteIterable.collectDouble
(ByteToDoubleFunction function) LazyCharIterable.collectDouble
(CharToDoubleFunction function) LazyDoubleIterable.collectDouble
(DoubleToDoubleFunction function) LazyFloatIterable.collectDouble
(FloatToDoubleFunction function) LazyIntIterable.collectDouble
(IntToDoubleFunction function) LazyIterable.collectDouble
(DoubleFunction<? super T> doubleFunction) Returns a lazy DoubleIterable which will transform the underlying iterable data to double values based on the doubleFunction.LazyLongIterable.collectDouble
(LongToDoubleFunction function) LazyShortIterable.collectDouble
(ShortToDoubleFunction function) LazyDoubleIterable.reject
(DoublePredicate predicate) LazyDoubleIterable.select
(DoublePredicate predicate) LazyDoubleIterable.tap
(DoubleProcedure procedure) -
Uses of LazyDoubleIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyDoubleIterableModifier and TypeMethodDescriptionDoubleBooleanMap.keysView()
Returns a view of the keys in this map.DoubleByteMap.keysView()
Returns a view of the keys in this map.DoubleCharMap.keysView()
Returns a view of the keys in this map.DoubleDoubleMap.keysView()
Returns a view of the keys in this map.DoubleFloatMap.keysView()
Returns a view of the keys in this map.DoubleIntMap.keysView()
Returns a view of the keys in this map.DoubleLongMap.keysView()
Returns a view of the keys in this map.DoubleObjectMap.keysView()
Returns a view of the keys in this map.DoubleShortMap.keysView()
Returns a view of the keys in this map. -
Uses of LazyDoubleIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyDoubleIterable -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyDoubleIterable -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyDoubleIterable -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyDoubleIterable -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyDoubleIterableModifier and TypeMethodDescriptionAbstractLazyIterable.collectDouble
(DoubleFunction<? super T> doubleFunction) -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LazyDoubleIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return LazyDoubleIterableModifier and TypeMethodDescriptionAbstractLazyDoubleIterable.asLazy()
ReverseDoubleIterable.asLazy()
AbstractLazyBooleanIterable.collectDouble
(BooleanToDoubleFunction function) AbstractLazyByteIterable.collectDouble
(ByteToDoubleFunction function) AbstractLazyCharIterable.collectDouble
(CharToDoubleFunction function) AbstractLazyDoubleIterable.collectDouble
(DoubleToDoubleFunction function) AbstractLazyFloatIterable.collectDouble
(FloatToDoubleFunction function) AbstractLazyIntIterable.collectDouble
(IntToDoubleFunction function) AbstractLazyLongIterable.collectDouble
(LongToDoubleFunction function) AbstractLazyShortIterable.collectDouble
(ShortToDoubleFunction function) AbstractLazyDoubleIterable.reject
(DoublePredicate predicate) AbstractLazyDoubleIterable.select
(DoublePredicate predicate) AbstractLazyDoubleIterable.tap
(DoubleProcedure procedure) -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyDoubleIterableModifier and TypeMethodDescriptionImmutableDoubleArrayList.asLazy()
ImmutableDoubleEmptyList.asLazy()
ImmutableDoubleSingletonList.asLazy()
ImmutableDoubleArrayList.asReversed()
ImmutableDoubleEmptyList.asReversed()
ImmutableDoubleSingletonList.asReversed()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyDoubleIterableModifier and TypeMethodDescriptionSynchronizedDoubleList.asLazy()
DoubleArrayList.asReversed()
SynchronizedDoubleList.asReversed()
UnmodifiableDoubleList.asReversed()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyDoubleIterableModifier and TypeMethodDescriptionImmutableByteDoubleEmptyMap.asLazy()
ImmutableByteDoubleHashMap.asLazy()
ImmutableByteDoubleSingletonMap.asLazy()
ImmutableCharDoubleEmptyMap.asLazy()
ImmutableCharDoubleHashMap.asLazy()
ImmutableCharDoubleSingletonMap.asLazy()
ImmutableDoubleDoubleEmptyMap.asLazy()
ImmutableDoubleDoubleHashMap.asLazy()
ImmutableDoubleDoubleSingletonMap.asLazy()
ImmutableFloatDoubleEmptyMap.asLazy()
ImmutableFloatDoubleHashMap.asLazy()
ImmutableFloatDoubleSingletonMap.asLazy()
ImmutableIntDoubleEmptyMap.asLazy()
ImmutableIntDoubleHashMap.asLazy()
ImmutableIntDoubleSingletonMap.asLazy()
ImmutableLongDoubleEmptyMap.asLazy()
ImmutableLongDoubleHashMap.asLazy()
ImmutableLongDoubleSingletonMap.asLazy()
ImmutableObjectDoubleEmptyMap.asLazy()
ImmutableObjectDoubleHashMap.asLazy()
ImmutableObjectDoubleSingletonMap.asLazy()
ImmutableShortDoubleEmptyMap.asLazy()
ImmutableShortDoubleHashMap.asLazy()
ImmutableShortDoubleSingletonMap.asLazy()
ImmutableDoubleBooleanEmptyMap.keysView()
ImmutableDoubleBooleanHashMap.keysView()
ImmutableDoubleBooleanSingletonMap.keysView()
ImmutableDoubleByteEmptyMap.keysView()
ImmutableDoubleByteHashMap.keysView()
ImmutableDoubleByteSingletonMap.keysView()
ImmutableDoubleCharEmptyMap.keysView()
ImmutableDoubleCharHashMap.keysView()
ImmutableDoubleCharSingletonMap.keysView()
ImmutableDoubleDoubleEmptyMap.keysView()
ImmutableDoubleDoubleHashMap.keysView()
ImmutableDoubleDoubleSingletonMap.keysView()
ImmutableDoubleFloatEmptyMap.keysView()
ImmutableDoubleFloatHashMap.keysView()
ImmutableDoubleFloatSingletonMap.keysView()
ImmutableDoubleIntEmptyMap.keysView()
ImmutableDoubleIntHashMap.keysView()
ImmutableDoubleIntSingletonMap.keysView()
ImmutableDoubleLongEmptyMap.keysView()
ImmutableDoubleLongHashMap.keysView()
ImmutableDoubleLongSingletonMap.keysView()
ImmutableDoubleObjectEmptyMap.keysView()
ImmutableDoubleObjectHashMap.keysView()
ImmutableDoubleObjectSingletonMap.keysView()
ImmutableDoubleShortEmptyMap.keysView()
ImmutableDoubleShortHashMap.keysView()
ImmutableDoubleShortSingletonMap.keysView()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyDoubleIterableModifier and TypeClassDescriptionprivate class
private class
private class
private class
private class
private class
private class
private class
private class
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyDoubleIterableModifier and TypeMethodDescriptionAbstractMutableDoubleKeySet.asLazy()
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection.asLazy()
ObjectDoubleHashMap.asLazy()
ObjectDoubleHashMap.ValuesCollection.asLazy()
ObjectDoubleHashMapWithHashingStrategy.asLazy()
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection.asLazy()
SynchronizedByteDoubleMap.asLazy()
SynchronizedCharDoubleMap.asLazy()
SynchronizedDoubleDoubleMap.asLazy()
SynchronizedFloatDoubleMap.asLazy()
SynchronizedIntDoubleMap.asLazy()
SynchronizedLongDoubleMap.asLazy()
SynchronizedObjectDoubleMap.asLazy()
SynchronizedShortDoubleMap.asLazy()
UnmodifiableByteDoubleMap.asLazy()
UnmodifiableCharDoubleMap.asLazy()
UnmodifiableDoubleDoubleMap.asLazy()
UnmodifiableFloatDoubleMap.asLazy()
UnmodifiableIntDoubleMap.asLazy()
UnmodifiableLongDoubleMap.asLazy()
UnmodifiableObjectDoubleMap.asLazy()
UnmodifiableShortDoubleMap.asLazy()
DoubleBooleanHashMap.keysView()
DoubleByteHashMap.keysView()
DoubleCharHashMap.keysView()
DoubleDoubleHashMap.keysView()
DoubleFloatHashMap.keysView()
DoubleIntHashMap.keysView()
DoubleLongHashMap.keysView()
DoubleObjectHashMap.keysView()
DoubleShortHashMap.keysView()
SynchronizedDoubleBooleanMap.keysView()
SynchronizedDoubleByteMap.keysView()
SynchronizedDoubleCharMap.keysView()
SynchronizedDoubleDoubleMap.keysView()
SynchronizedDoubleFloatMap.keysView()
SynchronizedDoubleIntMap.keysView()
SynchronizedDoubleLongMap.keysView()
SynchronizedDoubleObjectMap.keysView()
SynchronizedDoubleShortMap.keysView()
UnmodifiableDoubleBooleanMap.keysView()
UnmodifiableDoubleByteMap.keysView()
UnmodifiableDoubleCharMap.keysView()
UnmodifiableDoubleDoubleMap.keysView()
UnmodifiableDoubleFloatMap.keysView()
UnmodifiableDoubleIntMap.keysView()
UnmodifiableDoubleLongMap.keysView()
UnmodifiableDoubleObjectMap.keysView()
UnmodifiableDoubleShortMap.keysView()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyDoubleIterable -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyDoubleIterable -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyDoubleIterable -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyDoubleIterable -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyDoubleIterable -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyDoubleIterable -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.utility.primitive
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyDoubleIterableModifier and TypeFieldDescriptionprivate static final LazyDoubleIterable
LazyDoubleIterate.EMPTY_ITERABLE
Methods in org.eclipse.collections.impl.utility.primitive that return LazyDoubleIterableModifier and TypeMethodDescriptionstatic 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.