Uses of Interface
org.eclipse.collections.api.LazyLongIterable
-
Packages that use LazyLongIterable 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 LazyLongIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyLongIterable Modifier and Type Method Description LazyLongIterableLongIterable. asLazy()Returns a LazyLongIterable adapter wrapping the source LongIterable.LazyLongIterableLazyBooleanIterable. collectLong(BooleanToLongFunction function)LazyLongIterableLazyByteIterable. collectLong(ByteToLongFunction function)LazyLongIterableLazyCharIterable. collectLong(CharToLongFunction function)LazyLongIterableLazyDoubleIterable. collectLong(DoubleToLongFunction function)LazyLongIterableLazyFloatIterable. collectLong(FloatToLongFunction function)LazyLongIterableLazyIntIterable. collectLong(IntToLongFunction function)LazyLongIterableLazyIterable. collectLong(LongFunction<? super T> longFunction)Returns a lazy LongIterable which will transform the underlying iterable data to long values based on the longFunction.LazyLongIterableLazyLongIterable. collectLong(LongToLongFunction function)LazyLongIterableLazyShortIterable. collectLong(ShortToLongFunction function)LazyLongIterableLazyLongIterable. reject(LongPredicate predicate)LazyLongIterableLazyLongIterable. select(LongPredicate predicate)LazyLongIterableLazyLongIterable. tap(LongProcedure procedure) -
Uses of LazyLongIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableLongBooleanMap. keysView()Returns a view of the keys in this map.LazyLongIterableLongByteMap. keysView()Returns a view of the keys in this map.LazyLongIterableLongCharMap. keysView()Returns a view of the keys in this map.LazyLongIterableLongDoubleMap. keysView()Returns a view of the keys in this map.LazyLongIterableLongFloatMap. keysView()Returns a view of the keys in this map.LazyLongIterableLongIntMap. keysView()Returns a view of the keys in this map.LazyLongIterableLongLongMap. keysView()Returns a view of the keys in this map.LazyLongIterableLongObjectMap. keysView()Returns a view of the keys in this map.LazyLongIterableLongShortMap. 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 Modifier and Type Method Description LazyLongIterableReversibleLongIterable. asReversed()
-