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.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the
LazyIterable
interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
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 -
Uses of LazyLongIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyLongIterable -
Uses of LazyLongIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyLongIterable -
Uses of LazyLongIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyLongIterableModifier and TypeMethodDescriptionAbstractLazyIterable.collectLong
(LongFunction<? super T> longFunction) -
Uses of LazyLongIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LazyLongIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return LazyLongIterableModifier and TypeMethodDescriptionAbstractLazyLongIterable.asLazy()
ReverseLongIterable.asLazy()
AbstractLazyBooleanIterable.collectLong
(BooleanToLongFunction function) AbstractLazyByteIterable.collectLong
(ByteToLongFunction function) AbstractLazyCharIterable.collectLong
(CharToLongFunction function) AbstractLazyDoubleIterable.collectLong
(DoubleToLongFunction function) AbstractLazyFloatIterable.collectLong
(FloatToLongFunction function) AbstractLazyIntIterable.collectLong
(IntToLongFunction function) AbstractLazyLongIterable.collectLong
(LongToLongFunction function) AbstractLazyShortIterable.collectLong
(ShortToLongFunction function) AbstractLazyLongIterable.reject
(LongPredicate predicate) AbstractLazyLongIterable.select
(LongPredicate predicate) AbstractLazyLongIterable.tap
(LongProcedure procedure) -
Uses of LazyLongIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyLongIterableModifier and TypeMethodDescriptionSynchronizedLongList.asLazy()
LongArrayList.asReversed()
SynchronizedLongList.asReversed()
UnmodifiableLongList.asReversed()
-
Uses of LazyLongIterable in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return LazyLongIterable -
Uses of LazyLongIterable in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyLongIterableModifier and TypeMethodDescriptionAbstractMutableLongKeySet.asLazy()
ObjectLongHashMap.asLazy()
ObjectLongHashMapWithHashingStrategy.asLazy()
SynchronizedByteLongMap.asLazy()
SynchronizedCharLongMap.asLazy()
SynchronizedDoubleLongMap.asLazy()
SynchronizedFloatLongMap.asLazy()
SynchronizedIntLongMap.asLazy()
SynchronizedLongLongMap.asLazy()
SynchronizedObjectLongMap.asLazy()
SynchronizedShortLongMap.asLazy()
UnmodifiableByteLongMap.asLazy()
UnmodifiableCharLongMap.asLazy()
UnmodifiableDoubleLongMap.asLazy()
UnmodifiableFloatLongMap.asLazy()
UnmodifiableIntLongMap.asLazy()
UnmodifiableLongLongMap.asLazy()
UnmodifiableObjectLongMap.asLazy()
UnmodifiableShortLongMap.asLazy()
LongBooleanHashMap.keysView()
LongByteHashMap.keysView()
LongCharHashMap.keysView()
LongDoubleHashMap.keysView()
LongFloatHashMap.keysView()
LongIntHashMap.keysView()
LongLongHashMap.keysView()
LongObjectHashMap.keysView()
LongShortHashMap.keysView()
SynchronizedLongBooleanMap.keysView()
SynchronizedLongByteMap.keysView()
SynchronizedLongCharMap.keysView()
SynchronizedLongDoubleMap.keysView()
SynchronizedLongFloatMap.keysView()
SynchronizedLongIntMap.keysView()
SynchronizedLongLongMap.keysView()
SynchronizedLongObjectMap.keysView()
SynchronizedLongShortMap.keysView()
UnmodifiableLongBooleanMap.keysView()
UnmodifiableLongByteMap.keysView()
UnmodifiableLongCharMap.keysView()
UnmodifiableLongDoubleMap.keysView()
UnmodifiableLongFloatMap.keysView()
UnmodifiableLongIntMap.keysView()
UnmodifiableLongLongMap.keysView()
UnmodifiableLongObjectMap.keysView()
UnmodifiableLongShortMap.keysView()
-
Uses of LazyLongIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyLongIterable -
Uses of LazyLongIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyLongIterable -
Uses of LazyLongIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyLongIterable -
Uses of LazyLongIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyLongIterable -
Uses of LazyLongIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive that return LazyLongIterableModifier and TypeMethodDescriptionstatic LazyLongIterable
LazyLongIterate.adapt
(LongIterable iterable) Creates a deferred long iterable for the specified long iterable.static LazyLongIterable
LazyLongIterate.empty()
static LazyLongIterable
LazyLongIterate.select
(LongIterable iterable, LongPredicate predicate) Creates a deferred filtering long iterable for the specified long iterable.static LazyLongIterable
LazyLongIterate.tap
(LongIterable iterable, LongProcedure procedure) Creates a deferred tap iterable for the specified iterable.