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 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 the mutable primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set 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.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.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.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyDoubleIterableModifier and TypeMethodDescriptionAbstractMutableDoubleKeySet.asLazy()
ObjectDoubleHashMap.asLazy()
ObjectDoubleHashMapWithHashingStrategy.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.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.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
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.