Uses of Interface
org.eclipse.collections.api.LazyDoubleIterable
-
Packages that use 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.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.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 theLazyIterable
interface.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map 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.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack 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.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
ImmutableDoubleEmptyBag. asLazy()
LazyDoubleIterable
ImmutableDoubleHashBag. asLazy()
LazyDoubleIterable
ImmutableDoubleSingletonBag. asLazy()
-
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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
ImmutableDoubleArrayList. asLazy()
LazyDoubleIterable
ImmutableDoubleEmptyList. asLazy()
LazyDoubleIterable
ImmutableDoubleSingletonList. asLazy()
LazyDoubleIterable
ImmutableDoubleArrayList. asReversed()
LazyDoubleIterable
ImmutableDoubleEmptyList. asReversed()
LazyDoubleIterable
ImmutableDoubleSingletonList. asReversed()
-
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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
ImmutableByteDoubleEmptyMap. asLazy()
LazyDoubleIterable
ImmutableByteDoubleHashMap. asLazy()
LazyDoubleIterable
ImmutableByteDoubleSingletonMap. asLazy()
LazyDoubleIterable
ImmutableCharDoubleEmptyMap. asLazy()
LazyDoubleIterable
ImmutableCharDoubleHashMap. asLazy()
LazyDoubleIterable
ImmutableCharDoubleSingletonMap. asLazy()
LazyDoubleIterable
ImmutableDoubleDoubleEmptyMap. asLazy()
LazyDoubleIterable
ImmutableDoubleDoubleHashMap. asLazy()
LazyDoubleIterable
ImmutableDoubleDoubleSingletonMap. asLazy()
LazyDoubleIterable
ImmutableFloatDoubleEmptyMap. asLazy()
LazyDoubleIterable
ImmutableFloatDoubleHashMap. asLazy()
LazyDoubleIterable
ImmutableFloatDoubleSingletonMap. asLazy()
LazyDoubleIterable
ImmutableIntDoubleEmptyMap. asLazy()
LazyDoubleIterable
ImmutableIntDoubleHashMap. asLazy()
LazyDoubleIterable
ImmutableIntDoubleSingletonMap. asLazy()
LazyDoubleIterable
ImmutableLongDoubleEmptyMap. asLazy()
LazyDoubleIterable
ImmutableLongDoubleHashMap. asLazy()
LazyDoubleIterable
ImmutableLongDoubleSingletonMap. asLazy()
LazyDoubleIterable
ImmutableObjectDoubleEmptyMap. asLazy()
LazyDoubleIterable
ImmutableObjectDoubleHashMap. asLazy()
LazyDoubleIterable
ImmutableObjectDoubleSingletonMap. asLazy()
LazyDoubleIterable
ImmutableShortDoubleEmptyMap. asLazy()
LazyDoubleIterable
ImmutableShortDoubleHashMap. asLazy()
LazyDoubleIterable
ImmutableShortDoubleSingletonMap. asLazy()
LazyDoubleIterable
ImmutableDoubleBooleanEmptyMap. keysView()
LazyDoubleIterable
ImmutableDoubleBooleanHashMap. keysView()
LazyDoubleIterable
ImmutableDoubleBooleanSingletonMap. keysView()
LazyDoubleIterable
ImmutableDoubleByteEmptyMap. keysView()
LazyDoubleIterable
ImmutableDoubleByteHashMap. keysView()
LazyDoubleIterable
ImmutableDoubleByteSingletonMap. keysView()
LazyDoubleIterable
ImmutableDoubleCharEmptyMap. keysView()
LazyDoubleIterable
ImmutableDoubleCharHashMap. keysView()
LazyDoubleIterable
ImmutableDoubleCharSingletonMap. keysView()
LazyDoubleIterable
ImmutableDoubleDoubleEmptyMap. keysView()
LazyDoubleIterable
ImmutableDoubleDoubleHashMap. keysView()
LazyDoubleIterable
ImmutableDoubleDoubleSingletonMap. keysView()
LazyDoubleIterable
ImmutableDoubleFloatEmptyMap. keysView()
LazyDoubleIterable
ImmutableDoubleFloatHashMap. keysView()
LazyDoubleIterable
ImmutableDoubleFloatSingletonMap. keysView()
LazyDoubleIterable
ImmutableDoubleIntEmptyMap. keysView()
LazyDoubleIterable
ImmutableDoubleIntHashMap. keysView()
LazyDoubleIterable
ImmutableDoubleIntSingletonMap. keysView()
LazyDoubleIterable
ImmutableDoubleLongEmptyMap. keysView()
LazyDoubleIterable
ImmutableDoubleLongHashMap. keysView()
LazyDoubleIterable
ImmutableDoubleLongSingletonMap. keysView()
LazyDoubleIterable
ImmutableDoubleObjectEmptyMap. keysView()
LazyDoubleIterable
ImmutableDoubleObjectHashMap. keysView()
LazyDoubleIterable
ImmutableDoubleObjectSingletonMap. keysView()
LazyDoubleIterable
ImmutableDoubleShortEmptyMap. keysView()
LazyDoubleIterable
ImmutableDoubleShortHashMap. keysView()
LazyDoubleIterable
ImmutableDoubleShortSingletonMap. keysView()
-
Uses of LazyDoubleIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyDoubleIterable Modifier and Type Class Description private class
DoubleBooleanHashMap.KeysView
private class
DoubleByteHashMap.KeysView
private class
DoubleCharHashMap.KeysView
private class
DoubleDoubleHashMap.KeysView
private class
DoubleFloatHashMap.KeysView
private class
DoubleIntHashMap.KeysView
private class
DoubleLongHashMap.KeysView
private class
DoubleObjectHashMap.KeysView
private class
DoubleShortHashMap.KeysView
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
AbstractMutableDoubleKeySet. asLazy()
LazyDoubleIterable
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. asLazy()
LazyDoubleIterable
ObjectDoubleHashMap. asLazy()
LazyDoubleIterable
ObjectDoubleHashMap.ValuesCollection. asLazy()
LazyDoubleIterable
ObjectDoubleHashMapWithHashingStrategy. asLazy()
LazyDoubleIterable
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection. 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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
ImmutableDoubleEmptySet. asLazy()
LazyDoubleIterable
ImmutableDoubleSingletonSet. 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.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterable
ImmutableDoubleEmptyStack. asLazy()
LazyDoubleIterable
ImmutableDoubleSingletonStack. 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
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyDoubleIterable Modifier and Type Field Description private static LazyDoubleIterable
LazyDoubleIterate. EMPTY_ITERABLE
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.
-