Uses of Interface
org.eclipse.collections.api.LazyDoubleIterable
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 |
-
Uses of LazyDoubleIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyDoubleIterable 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)
-
Uses of LazyDoubleIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
DoubleBooleanMap. keysView()
Returns a view of the keys in this map.LazyDoubleIterable
DoubleByteMap. keysView()
Returns a view of the keys in this map.LazyDoubleIterable
DoubleCharMap. keysView()
Returns a view of the keys in this map.LazyDoubleIterable
DoubleDoubleMap. keysView()
Returns a view of the keys in this map.LazyDoubleIterable
DoubleFloatMap. keysView()
Returns a view of the keys in this map.LazyDoubleIterable
DoubleIntMap. keysView()
Returns a view of the keys in this map.LazyDoubleIterable
DoubleLongMap. keysView()
Returns a view of the keys in this map.LazyDoubleIterable
DoubleObjectMap. keysView()
Returns a view of the keys in this map.LazyDoubleIterable
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 Modifier and Type Method Description LazyDoubleIterable
ReversibleDoubleIterable. asReversed()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
SynchronizedDoubleBag. asLazy()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
AbstractSynchronizedDoubleCollection. asLazy()
LazyDoubleIterable
AbstractUnmodifiableDoubleCollection. asLazy()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
AbstractLazyIterable. 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 LazyDoubleIterable 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. -
Uses of LazyDoubleIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
SynchronizedDoubleList. asLazy()
LazyDoubleIterable
DoubleArrayList. asReversed()
LazyDoubleIterable
SynchronizedDoubleList. asReversed()
LazyDoubleIterable
UnmodifiableDoubleList. asReversed()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyDoubleIterable 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()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
AbstractDoubleIterable. asLazy()
LazyDoubleIterable
SynchronizedDoubleIterable. asLazy()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
SynchronizedDoubleSet. asLazy()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
SynchronizedDoubleStack. asLazy()
LazyDoubleIterable
UnmodifiableDoubleStack. asLazy()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
AbstractDoubleStack. asLazy()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive that return LazyDoubleIterable 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.