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 -
-
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()
-