Uses of Interface
org.eclipse.collections.api.LazyLongIterable
Packages that use LazyLongIterable
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 LazyLongIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyLongIterableModifier and TypeMethodDescriptionLongIterable.asLazy()Returns a LazyLongIterable adapter wrapping the source LongIterable.LazyBooleanIterable.collectLong(BooleanToLongFunction function) LazyByteIterable.collectLong(ByteToLongFunction function) LazyCharIterable.collectLong(CharToLongFunction function) LazyDoubleIterable.collectLong(DoubleToLongFunction function) LazyFloatIterable.collectLong(FloatToLongFunction function) LazyIntIterable.collectLong(IntToLongFunction function) LazyIterable.collectLong(LongFunction<? super T> longFunction) Returns a lazy LongIterable which will transform the underlying iterable data to long values based on the longFunction.LazyLongIterable.collectLong(LongToLongFunction function) LazyShortIterable.collectLong(ShortToLongFunction function) LazyLongIterable.reject(LongPredicate predicate) LazyLongIterable.select(LongPredicate predicate) LazyLongIterable.tap(LongProcedure procedure) -
Uses of LazyLongIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyLongIterableModifier and TypeMethodDescriptionLongBooleanMap.keysView()Returns a view of the keys in this map.LongByteMap.keysView()Returns a view of the keys in this map.LongCharMap.keysView()Returns a view of the keys in this map.LongDoubleMap.keysView()Returns a view of the keys in this map.LongFloatMap.keysView()Returns a view of the keys in this map.LongIntMap.keysView()Returns a view of the keys in this map.LongLongMap.keysView()Returns a view of the keys in this map.LongObjectMap.keysView()Returns a view of the keys in this map.LongShortMap.keysView()Returns a view of the keys in this map. -
Uses of LazyLongIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyLongIterable