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 theLazyIterableinterface.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 LazyDoubleIterableDoubleIterable. asLazy()Returns a LazyDoubleIterable adapter wrapping the source DoubleIterable.LazyDoubleIterableLazyBooleanIterable. collectDouble(BooleanToDoubleFunction function)LazyDoubleIterableLazyByteIterable. collectDouble(ByteToDoubleFunction function)LazyDoubleIterableLazyCharIterable. collectDouble(CharToDoubleFunction function)LazyDoubleIterableLazyDoubleIterable. collectDouble(DoubleToDoubleFunction function)LazyDoubleIterableLazyFloatIterable. collectDouble(FloatToDoubleFunction function)LazyDoubleIterableLazyIntIterable. collectDouble(IntToDoubleFunction function)LazyDoubleIterableLazyIterable. collectDouble(DoubleFunction<? super T> doubleFunction)Returns a lazy DoubleIterable which will transform the underlying iterable data to double values based on the doubleFunction.LazyDoubleIterableLazyLongIterable. collectDouble(LongToDoubleFunction function)LazyDoubleIterableLazyShortIterable. collectDouble(ShortToDoubleFunction function)LazyDoubleIterableLazyDoubleIterable. reject(DoublePredicate predicate)LazyDoubleIterableLazyDoubleIterable. select(DoublePredicate predicate)LazyDoubleIterableLazyDoubleIterable. 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 LazyDoubleIterableDoubleBooleanMap. keysView()Returns a view of the keys in this map.LazyDoubleIterableDoubleByteMap. keysView()Returns a view of the keys in this map.LazyDoubleIterableDoubleCharMap. keysView()Returns a view of the keys in this map.LazyDoubleIterableDoubleDoubleMap. keysView()Returns a view of the keys in this map.LazyDoubleIterableDoubleFloatMap. keysView()Returns a view of the keys in this map.LazyDoubleIterableDoubleIntMap. keysView()Returns a view of the keys in this map.LazyDoubleIterableDoubleLongMap. keysView()Returns a view of the keys in this map.LazyDoubleIterableDoubleObjectMap. keysView()Returns a view of the keys in this map.LazyDoubleIterableDoubleShortMap. 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 LazyDoubleIterableReversibleDoubleIterable. 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 LazyDoubleIterableImmutableDoubleEmptyBag. asLazy()LazyDoubleIterableImmutableDoubleHashBag. asLazy()LazyDoubleIterableImmutableDoubleSingletonBag. 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 LazyDoubleIterableSynchronizedDoubleBag. 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 LazyDoubleIterableAbstractSynchronizedDoubleCollection. asLazy()LazyDoubleIterableAbstractUnmodifiableDoubleCollection. 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 LazyDoubleIterableAbstractLazyIterable. 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 classAbstractLazyDoubleIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classCollectBooleanToDoubleIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectByteToDoubleIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectCharToDoubleIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectDoubleIterable<T>This file was automatically generated from template file collectPrimitiveIterable.stg.classCollectDoubleToDoubleIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectFloatToDoubleIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectIntToDoubleIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectLongToDoubleIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectShortToDoubleIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classLazyDoubleIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classReverseDoubleIterableThis file was automatically generated from template file reversePrimitiveIterable.stg.classSelectDoubleIterableThis file was automatically generated from template file selectPrimitiveIterable.stg.classTapDoubleIterableThis 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 LazyDoubleIterableImmutableDoubleArrayList. asLazy()LazyDoubleIterableImmutableDoubleEmptyList. asLazy()LazyDoubleIterableImmutableDoubleSingletonList. asLazy()LazyDoubleIterableImmutableDoubleArrayList. asReversed()LazyDoubleIterableImmutableDoubleEmptyList. asReversed()LazyDoubleIterableImmutableDoubleSingletonList. 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 LazyDoubleIterableSynchronizedDoubleList. asLazy()LazyDoubleIterableDoubleArrayList. asReversed()LazyDoubleIterableSynchronizedDoubleList. asReversed()LazyDoubleIterableUnmodifiableDoubleList. 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 LazyDoubleIterableImmutableByteDoubleEmptyMap. asLazy()LazyDoubleIterableImmutableByteDoubleHashMap. asLazy()LazyDoubleIterableImmutableByteDoubleSingletonMap. asLazy()LazyDoubleIterableImmutableCharDoubleEmptyMap. asLazy()LazyDoubleIterableImmutableCharDoubleHashMap. asLazy()LazyDoubleIterableImmutableCharDoubleSingletonMap. asLazy()LazyDoubleIterableImmutableDoubleDoubleEmptyMap. asLazy()LazyDoubleIterableImmutableDoubleDoubleHashMap. asLazy()LazyDoubleIterableImmutableDoubleDoubleSingletonMap. asLazy()LazyDoubleIterableImmutableFloatDoubleEmptyMap. asLazy()LazyDoubleIterableImmutableFloatDoubleHashMap. asLazy()LazyDoubleIterableImmutableFloatDoubleSingletonMap. asLazy()LazyDoubleIterableImmutableIntDoubleEmptyMap. asLazy()LazyDoubleIterableImmutableIntDoubleHashMap. asLazy()LazyDoubleIterableImmutableIntDoubleSingletonMap. asLazy()LazyDoubleIterableImmutableLongDoubleEmptyMap. asLazy()LazyDoubleIterableImmutableLongDoubleHashMap. asLazy()LazyDoubleIterableImmutableLongDoubleSingletonMap. asLazy()LazyDoubleIterableImmutableObjectDoubleEmptyMap. asLazy()LazyDoubleIterableImmutableObjectDoubleHashMap. asLazy()LazyDoubleIterableImmutableObjectDoubleSingletonMap. asLazy()LazyDoubleIterableImmutableShortDoubleEmptyMap. asLazy()LazyDoubleIterableImmutableShortDoubleHashMap. asLazy()LazyDoubleIterableImmutableShortDoubleSingletonMap. asLazy()LazyDoubleIterableImmutableDoubleBooleanEmptyMap. keysView()LazyDoubleIterableImmutableDoubleBooleanHashMap. keysView()LazyDoubleIterableImmutableDoubleBooleanSingletonMap. keysView()LazyDoubleIterableImmutableDoubleByteEmptyMap. keysView()LazyDoubleIterableImmutableDoubleByteHashMap. keysView()LazyDoubleIterableImmutableDoubleByteSingletonMap. keysView()LazyDoubleIterableImmutableDoubleCharEmptyMap. keysView()LazyDoubleIterableImmutableDoubleCharHashMap. keysView()LazyDoubleIterableImmutableDoubleCharSingletonMap. keysView()LazyDoubleIterableImmutableDoubleDoubleEmptyMap. keysView()LazyDoubleIterableImmutableDoubleDoubleHashMap. keysView()LazyDoubleIterableImmutableDoubleDoubleSingletonMap. keysView()LazyDoubleIterableImmutableDoubleFloatEmptyMap. keysView()LazyDoubleIterableImmutableDoubleFloatHashMap. keysView()LazyDoubleIterableImmutableDoubleFloatSingletonMap. keysView()LazyDoubleIterableImmutableDoubleIntEmptyMap. keysView()LazyDoubleIterableImmutableDoubleIntHashMap. keysView()LazyDoubleIterableImmutableDoubleIntSingletonMap. keysView()LazyDoubleIterableImmutableDoubleLongEmptyMap. keysView()LazyDoubleIterableImmutableDoubleLongHashMap. keysView()LazyDoubleIterableImmutableDoubleLongSingletonMap. keysView()LazyDoubleIterableImmutableDoubleObjectEmptyMap. keysView()LazyDoubleIterableImmutableDoubleObjectHashMap. keysView()LazyDoubleIterableImmutableDoubleObjectSingletonMap. keysView()LazyDoubleIterableImmutableDoubleShortEmptyMap. keysView()LazyDoubleIterableImmutableDoubleShortHashMap. keysView()LazyDoubleIterableImmutableDoubleShortSingletonMap. 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 classDoubleBooleanHashMap.KeysViewprivate classDoubleByteHashMap.KeysViewprivate classDoubleCharHashMap.KeysViewprivate classDoubleDoubleHashMap.KeysViewprivate classDoubleFloatHashMap.KeysViewprivate classDoubleIntHashMap.KeysViewprivate classDoubleLongHashMap.KeysViewprivate classDoubleObjectHashMap.KeysViewprivate classDoubleShortHashMap.KeysViewMethods in org.eclipse.collections.impl.map.mutable.primitive that return LazyDoubleIterable Modifier and Type Method Description LazyDoubleIterableAbstractMutableDoubleKeySet. asLazy()LazyDoubleIterableAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. asLazy()LazyDoubleIterableObjectDoubleHashMap. asLazy()LazyDoubleIterableObjectDoubleHashMap.ValuesCollection. asLazy()LazyDoubleIterableObjectDoubleHashMapWithHashingStrategy. asLazy()LazyDoubleIterableObjectDoubleHashMapWithHashingStrategy.ValuesCollection. asLazy()LazyDoubleIterableSynchronizedByteDoubleMap. asLazy()LazyDoubleIterableSynchronizedCharDoubleMap. asLazy()LazyDoubleIterableSynchronizedDoubleDoubleMap. asLazy()LazyDoubleIterableSynchronizedFloatDoubleMap. asLazy()LazyDoubleIterableSynchronizedIntDoubleMap. asLazy()LazyDoubleIterableSynchronizedLongDoubleMap. asLazy()LazyDoubleIterableSynchronizedObjectDoubleMap. asLazy()LazyDoubleIterableSynchronizedShortDoubleMap. asLazy()LazyDoubleIterableUnmodifiableByteDoubleMap. asLazy()LazyDoubleIterableUnmodifiableCharDoubleMap. asLazy()LazyDoubleIterableUnmodifiableDoubleDoubleMap. asLazy()LazyDoubleIterableUnmodifiableFloatDoubleMap. asLazy()LazyDoubleIterableUnmodifiableIntDoubleMap. asLazy()LazyDoubleIterableUnmodifiableLongDoubleMap. asLazy()LazyDoubleIterableUnmodifiableObjectDoubleMap. asLazy()LazyDoubleIterableUnmodifiableShortDoubleMap. asLazy()LazyDoubleIterableDoubleBooleanHashMap. keysView()LazyDoubleIterableDoubleByteHashMap. keysView()LazyDoubleIterableDoubleCharHashMap. keysView()LazyDoubleIterableDoubleDoubleHashMap. keysView()LazyDoubleIterableDoubleFloatHashMap. keysView()LazyDoubleIterableDoubleIntHashMap. keysView()LazyDoubleIterableDoubleLongHashMap. keysView()LazyDoubleIterableDoubleObjectHashMap. keysView()LazyDoubleIterableDoubleShortHashMap. keysView()LazyDoubleIterableSynchronizedDoubleBooleanMap. keysView()LazyDoubleIterableSynchronizedDoubleByteMap. keysView()LazyDoubleIterableSynchronizedDoubleCharMap. keysView()LazyDoubleIterableSynchronizedDoubleDoubleMap. keysView()LazyDoubleIterableSynchronizedDoubleFloatMap. keysView()LazyDoubleIterableSynchronizedDoubleIntMap. keysView()LazyDoubleIterableSynchronizedDoubleLongMap. keysView()LazyDoubleIterableSynchronizedDoubleObjectMap. keysView()LazyDoubleIterableSynchronizedDoubleShortMap. keysView()LazyDoubleIterableUnmodifiableDoubleBooleanMap. keysView()LazyDoubleIterableUnmodifiableDoubleByteMap. keysView()LazyDoubleIterableUnmodifiableDoubleCharMap. keysView()LazyDoubleIterableUnmodifiableDoubleDoubleMap. keysView()LazyDoubleIterableUnmodifiableDoubleFloatMap. keysView()LazyDoubleIterableUnmodifiableDoubleIntMap. keysView()LazyDoubleIterableUnmodifiableDoubleLongMap. keysView()LazyDoubleIterableUnmodifiableDoubleObjectMap. keysView()LazyDoubleIterableUnmodifiableDoubleShortMap. 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 LazyDoubleIterableAbstractDoubleIterable. asLazy()LazyDoubleIterableSynchronizedDoubleIterable. 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 LazyDoubleIterableImmutableDoubleEmptySet. asLazy()LazyDoubleIterableImmutableDoubleSingletonSet. 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 LazyDoubleIterableSynchronizedDoubleSet. 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 LazyDoubleIterableImmutableDoubleEmptyStack. asLazy()LazyDoubleIterableImmutableDoubleSingletonStack. 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 LazyDoubleIterableSynchronizedDoubleStack. asLazy()LazyDoubleIterableUnmodifiableDoubleStack. 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 LazyDoubleIterableAbstractDoubleStack. 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 LazyDoubleIterableLazyDoubleIterate. EMPTY_ITERABLEMethods in org.eclipse.collections.impl.utility.primitive that return LazyDoubleIterable Modifier and Type Method Description static LazyDoubleIterableLazyDoubleIterate. adapt(DoubleIterable iterable)Creates a deferred double iterable for the specified double iterable.static LazyDoubleIterableLazyDoubleIterate. empty()static LazyDoubleIterableLazyDoubleIterate. select(DoubleIterable iterable, DoublePredicate predicate)Creates a deferred filtering double iterable for the specified double iterable.static LazyDoubleIterableLazyDoubleIterate. tap(DoubleIterable iterable, DoubleProcedure procedure)Creates a deferred tap iterable for the specified iterable.
-