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.
-
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