Uses of Interface
org.eclipse.collections.api.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 | |
| org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
| org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
| org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| org.eclipse.collections.impl.list.primitive |
This package contains implementations of the primitive list interfaces.
|
| org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| org.eclipse.collections.impl.primitive | |
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stack.primitive | |
| org.eclipse.collections.impl.utility.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() -
Uses of LazyLongIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableSynchronizedLongBag. asLazy() -
Uses of LazyLongIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableAbstractSynchronizedLongCollection. asLazy()LazyLongIterableAbstractUnmodifiableLongCollection. asLazy() -
Uses of LazyLongIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyLongIterable Modifier and Type Method Description LazyLongIterableAbstractLazyIterable. 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 LazyLongIterable Modifier and Type Class Description classAbstractLazyLongIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classCollectBooleanToLongIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectByteToLongIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectCharToLongIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectDoubleToLongIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectFloatToLongIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectIntToLongIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectLongIterable<T>This file was automatically generated from template file collectPrimitiveIterable.stg.classCollectLongToLongIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectShortToLongIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classLazyLongIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classReverseLongIterableThis file was automatically generated from template file reversePrimitiveIterable.stg.classSelectLongIterableThis file was automatically generated from template file selectPrimitiveIterable.stg.classTapLongIterableThis file was automatically generated from template file tapPrimitiveIterable.stg. -
Uses of LazyLongIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableSynchronizedLongList. asLazy()LazyLongIterableLongArrayList. asReversed()LazyLongIterableSynchronizedLongList. asReversed()LazyLongIterableUnmodifiableLongList. asReversed() -
Uses of LazyLongIterable in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableLongInterval. asLazy()LazyLongIterableLongInterval. asReversed() -
Uses of LazyLongIterable in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableAbstractMutableLongKeySet. asLazy()LazyLongIterableObjectLongHashMap. asLazy()LazyLongIterableObjectLongHashMapWithHashingStrategy. asLazy()LazyLongIterableSynchronizedByteLongMap. asLazy()LazyLongIterableSynchronizedCharLongMap. asLazy()LazyLongIterableSynchronizedDoubleLongMap. asLazy()LazyLongIterableSynchronizedFloatLongMap. asLazy()LazyLongIterableSynchronizedIntLongMap. asLazy()LazyLongIterableSynchronizedLongLongMap. asLazy()LazyLongIterableSynchronizedObjectLongMap. asLazy()LazyLongIterableSynchronizedShortLongMap. asLazy()LazyLongIterableUnmodifiableByteLongMap. asLazy()LazyLongIterableUnmodifiableCharLongMap. asLazy()LazyLongIterableUnmodifiableDoubleLongMap. asLazy()LazyLongIterableUnmodifiableFloatLongMap. asLazy()LazyLongIterableUnmodifiableIntLongMap. asLazy()LazyLongIterableUnmodifiableLongLongMap. asLazy()LazyLongIterableUnmodifiableObjectLongMap. asLazy()LazyLongIterableUnmodifiableShortLongMap. asLazy()LazyLongIterableLongBooleanHashMap. keysView()LazyLongIterableLongByteHashMap. keysView()LazyLongIterableLongCharHashMap. keysView()LazyLongIterableLongDoubleHashMap. keysView()LazyLongIterableLongFloatHashMap. keysView()LazyLongIterableLongIntHashMap. keysView()LazyLongIterableLongLongHashMap. keysView()LazyLongIterableLongObjectHashMap. keysView()LazyLongIterableLongShortHashMap. keysView()LazyLongIterableSynchronizedLongBooleanMap. keysView()LazyLongIterableSynchronizedLongByteMap. keysView()LazyLongIterableSynchronizedLongCharMap. keysView()LazyLongIterableSynchronizedLongDoubleMap. keysView()LazyLongIterableSynchronizedLongFloatMap. keysView()LazyLongIterableSynchronizedLongIntMap. keysView()LazyLongIterableSynchronizedLongLongMap. keysView()LazyLongIterableSynchronizedLongObjectMap. keysView()LazyLongIterableSynchronizedLongShortMap. keysView()LazyLongIterableUnmodifiableLongBooleanMap. keysView()LazyLongIterableUnmodifiableLongByteMap. keysView()LazyLongIterableUnmodifiableLongCharMap. keysView()LazyLongIterableUnmodifiableLongDoubleMap. keysView()LazyLongIterableUnmodifiableLongFloatMap. keysView()LazyLongIterableUnmodifiableLongIntMap. keysView()LazyLongIterableUnmodifiableLongLongMap. keysView()LazyLongIterableUnmodifiableLongObjectMap. keysView()LazyLongIterableUnmodifiableLongShortMap. keysView() -
Uses of LazyLongIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableAbstractLongIterable. asLazy()LazyLongIterableSynchronizedLongIterable. asLazy() -
Uses of LazyLongIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableSynchronizedLongSet. asLazy() -
Uses of LazyLongIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableSynchronizedLongStack. asLazy()LazyLongIterableUnmodifiableLongStack. asLazy() -
Uses of LazyLongIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableAbstractLongStack. asLazy() -
Uses of LazyLongIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive that return LazyLongIterable Modifier and Type Method Description static LazyLongIterableLazyLongIterate. adapt(LongIterable iterable)Creates a deferred long iterable for the specified long iterable.static LazyLongIterableLazyLongIterate. empty()static LazyLongIterableLazyLongIterate. select(LongIterable iterable, LongPredicate predicate)Creates a deferred filtering long iterable for the specified long iterable.static LazyLongIterableLazyLongIterate. tap(LongIterable iterable, LongProcedure procedure)Creates a deferred tap iterable for the specified iterable.