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 org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.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 theLazyIterable
interface.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory 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.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map 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.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack 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 LazyLongIterable
LongIterable. asLazy()
Returns a LazyLongIterable adapter wrapping the source LongIterable.LazyLongIterable
LazyBooleanIterable. collectLong(BooleanToLongFunction function)
LazyLongIterable
LazyByteIterable. collectLong(ByteToLongFunction function)
LazyLongIterable
LazyCharIterable. collectLong(CharToLongFunction function)
LazyLongIterable
LazyDoubleIterable. collectLong(DoubleToLongFunction function)
LazyLongIterable
LazyFloatIterable. collectLong(FloatToLongFunction function)
LazyLongIterable
LazyIntIterable. collectLong(IntToLongFunction function)
LazyLongIterable
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
LazyLongIterable. collectLong(LongToLongFunction function)
LazyLongIterable
LazyShortIterable. collectLong(ShortToLongFunction function)
LazyLongIterable
LazyLongIterable. reject(LongPredicate predicate)
LazyLongIterable
LazyLongIterable. select(LongPredicate predicate)
LazyLongIterable
LazyLongIterable. 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 LazyLongIterable
LongBooleanMap. keysView()
Returns a view of the keys in this map.LazyLongIterable
LongByteMap. keysView()
Returns a view of the keys in this map.LazyLongIterable
LongCharMap. keysView()
Returns a view of the keys in this map.LazyLongIterable
LongDoubleMap. keysView()
Returns a view of the keys in this map.LazyLongIterable
LongFloatMap. keysView()
Returns a view of the keys in this map.LazyLongIterable
LongIntMap. keysView()
Returns a view of the keys in this map.LazyLongIterable
LongLongMap. keysView()
Returns a view of the keys in this map.LazyLongIterable
LongObjectMap. keysView()
Returns a view of the keys in this map.LazyLongIterable
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 Modifier and Type Method Description LazyLongIterable
ReversibleLongIterable. asReversed()
-
Uses of LazyLongIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterable
ImmutableLongEmptyBag. asLazy()
LazyLongIterable
ImmutableLongHashBag. asLazy()
LazyLongIterable
ImmutableLongSingletonBag. asLazy()
-
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 LazyLongIterable
SynchronizedLongBag. 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 LazyLongIterable
AbstractSynchronizedLongCollection. asLazy()
LazyLongIterable
AbstractUnmodifiableLongCollection. 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 LazyLongIterable
AbstractLazyIterable. 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 class
AbstractLazyLongIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
CollectBooleanToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectLongToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
LazyLongIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
ReverseLongIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
SelectLongIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
TapLongIterable
This file was automatically generated from template file tapPrimitiveIterable.stg. -
Uses of LazyLongIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterable
ImmutableLongArrayList. asLazy()
LazyLongIterable
ImmutableLongEmptyList. asLazy()
LazyLongIterable
ImmutableLongSingletonList. asLazy()
LazyLongIterable
ImmutableLongArrayList. asReversed()
LazyLongIterable
ImmutableLongEmptyList. asReversed()
LazyLongIterable
ImmutableLongSingletonList. asReversed()
-
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 LazyLongIterable
SynchronizedLongList. asLazy()
LazyLongIterable
LongArrayList. asReversed()
LazyLongIterable
SynchronizedLongList. asReversed()
LazyLongIterable
UnmodifiableLongList. 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 LazyLongIterable
LongInterval. asLazy()
LazyLongIterable
LongInterval. asReversed()
-
Uses of LazyLongIterable in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterable
ImmutableByteLongEmptyMap. asLazy()
LazyLongIterable
ImmutableByteLongHashMap. asLazy()
LazyLongIterable
ImmutableByteLongSingletonMap. asLazy()
LazyLongIterable
ImmutableCharLongEmptyMap. asLazy()
LazyLongIterable
ImmutableCharLongHashMap. asLazy()
LazyLongIterable
ImmutableCharLongSingletonMap. asLazy()
LazyLongIterable
ImmutableDoubleLongEmptyMap. asLazy()
LazyLongIterable
ImmutableDoubleLongHashMap. asLazy()
LazyLongIterable
ImmutableDoubleLongSingletonMap. asLazy()
LazyLongIterable
ImmutableFloatLongEmptyMap. asLazy()
LazyLongIterable
ImmutableFloatLongHashMap. asLazy()
LazyLongIterable
ImmutableFloatLongSingletonMap. asLazy()
LazyLongIterable
ImmutableIntLongEmptyMap. asLazy()
LazyLongIterable
ImmutableIntLongHashMap. asLazy()
LazyLongIterable
ImmutableIntLongSingletonMap. asLazy()
LazyLongIterable
ImmutableLongLongEmptyMap. asLazy()
LazyLongIterable
ImmutableLongLongHashMap. asLazy()
LazyLongIterable
ImmutableLongLongSingletonMap. asLazy()
LazyLongIterable
ImmutableObjectLongEmptyMap. asLazy()
LazyLongIterable
ImmutableObjectLongHashMap. asLazy()
LazyLongIterable
ImmutableObjectLongSingletonMap. asLazy()
LazyLongIterable
ImmutableShortLongEmptyMap. asLazy()
LazyLongIterable
ImmutableShortLongHashMap. asLazy()
LazyLongIterable
ImmutableShortLongSingletonMap. asLazy()
LazyLongIterable
ImmutableLongBooleanEmptyMap. keysView()
LazyLongIterable
ImmutableLongBooleanHashMap. keysView()
LazyLongIterable
ImmutableLongBooleanSingletonMap. keysView()
LazyLongIterable
ImmutableLongByteEmptyMap. keysView()
LazyLongIterable
ImmutableLongByteHashMap. keysView()
LazyLongIterable
ImmutableLongByteSingletonMap. keysView()
LazyLongIterable
ImmutableLongCharEmptyMap. keysView()
LazyLongIterable
ImmutableLongCharHashMap. keysView()
LazyLongIterable
ImmutableLongCharSingletonMap. keysView()
LazyLongIterable
ImmutableLongDoubleEmptyMap. keysView()
LazyLongIterable
ImmutableLongDoubleHashMap. keysView()
LazyLongIterable
ImmutableLongDoubleSingletonMap. keysView()
LazyLongIterable
ImmutableLongFloatEmptyMap. keysView()
LazyLongIterable
ImmutableLongFloatHashMap. keysView()
LazyLongIterable
ImmutableLongFloatSingletonMap. keysView()
LazyLongIterable
ImmutableLongIntEmptyMap. keysView()
LazyLongIterable
ImmutableLongIntHashMap. keysView()
LazyLongIterable
ImmutableLongIntSingletonMap. keysView()
LazyLongIterable
ImmutableLongLongEmptyMap. keysView()
LazyLongIterable
ImmutableLongLongHashMap. keysView()
LazyLongIterable
ImmutableLongLongSingletonMap. keysView()
LazyLongIterable
ImmutableLongObjectEmptyMap. keysView()
LazyLongIterable
ImmutableLongObjectHashMap. keysView()
LazyLongIterable
ImmutableLongObjectSingletonMap. keysView()
LazyLongIterable
ImmutableLongShortEmptyMap. keysView()
LazyLongIterable
ImmutableLongShortHashMap. keysView()
LazyLongIterable
ImmutableLongShortSingletonMap. keysView()
-
Uses of LazyLongIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyLongIterable Modifier and Type Class Description private class
LongBooleanHashMap.KeysView
private class
LongByteHashMap.KeysView
private class
LongCharHashMap.KeysView
private class
LongDoubleHashMap.KeysView
private class
LongFloatHashMap.KeysView
private class
LongIntHashMap.KeysView
private class
LongLongHashMap.KeysView
private class
LongObjectHashMap.KeysView
private class
LongShortHashMap.KeysView
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterable
AbstractMutableLongKeySet. asLazy()
LazyLongIterable
AbstractMutableLongValuesMap.AbstractLongValuesCollection. asLazy()
LazyLongIterable
ObjectLongHashMap. asLazy()
LazyLongIterable
ObjectLongHashMap.ValuesCollection. asLazy()
LazyLongIterable
ObjectLongHashMapWithHashingStrategy. asLazy()
LazyLongIterable
ObjectLongHashMapWithHashingStrategy.ValuesCollection. asLazy()
LazyLongIterable
SynchronizedByteLongMap. asLazy()
LazyLongIterable
SynchronizedCharLongMap. asLazy()
LazyLongIterable
SynchronizedDoubleLongMap. asLazy()
LazyLongIterable
SynchronizedFloatLongMap. asLazy()
LazyLongIterable
SynchronizedIntLongMap. asLazy()
LazyLongIterable
SynchronizedLongLongMap. asLazy()
LazyLongIterable
SynchronizedObjectLongMap. asLazy()
LazyLongIterable
SynchronizedShortLongMap. asLazy()
LazyLongIterable
UnmodifiableByteLongMap. asLazy()
LazyLongIterable
UnmodifiableCharLongMap. asLazy()
LazyLongIterable
UnmodifiableDoubleLongMap. asLazy()
LazyLongIterable
UnmodifiableFloatLongMap. asLazy()
LazyLongIterable
UnmodifiableIntLongMap. asLazy()
LazyLongIterable
UnmodifiableLongLongMap. asLazy()
LazyLongIterable
UnmodifiableObjectLongMap. asLazy()
LazyLongIterable
UnmodifiableShortLongMap. asLazy()
LazyLongIterable
LongBooleanHashMap. keysView()
LazyLongIterable
LongByteHashMap. keysView()
LazyLongIterable
LongCharHashMap. keysView()
LazyLongIterable
LongDoubleHashMap. keysView()
LazyLongIterable
LongFloatHashMap. keysView()
LazyLongIterable
LongIntHashMap. keysView()
LazyLongIterable
LongLongHashMap. keysView()
LazyLongIterable
LongObjectHashMap. keysView()
LazyLongIterable
LongShortHashMap. keysView()
LazyLongIterable
SynchronizedLongBooleanMap. keysView()
LazyLongIterable
SynchronizedLongByteMap. keysView()
LazyLongIterable
SynchronizedLongCharMap. keysView()
LazyLongIterable
SynchronizedLongDoubleMap. keysView()
LazyLongIterable
SynchronizedLongFloatMap. keysView()
LazyLongIterable
SynchronizedLongIntMap. keysView()
LazyLongIterable
SynchronizedLongLongMap. keysView()
LazyLongIterable
SynchronizedLongObjectMap. keysView()
LazyLongIterable
SynchronizedLongShortMap. keysView()
LazyLongIterable
UnmodifiableLongBooleanMap. keysView()
LazyLongIterable
UnmodifiableLongByteMap. keysView()
LazyLongIterable
UnmodifiableLongCharMap. keysView()
LazyLongIterable
UnmodifiableLongDoubleMap. keysView()
LazyLongIterable
UnmodifiableLongFloatMap. keysView()
LazyLongIterable
UnmodifiableLongIntMap. keysView()
LazyLongIterable
UnmodifiableLongLongMap. keysView()
LazyLongIterable
UnmodifiableLongObjectMap. keysView()
LazyLongIterable
UnmodifiableLongShortMap. 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 LazyLongIterable
AbstractLongIterable. asLazy()
LazyLongIterable
SynchronizedLongIterable. asLazy()
-
Uses of LazyLongIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterable
ImmutableLongEmptySet. asLazy()
LazyLongIterable
ImmutableLongSingletonSet. 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 LazyLongIterable
SynchronizedLongSet. asLazy()
-
Uses of LazyLongIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterable
ImmutableLongEmptyStack. asLazy()
LazyLongIterable
ImmutableLongSingletonStack. 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 LazyLongIterable
SynchronizedLongStack. asLazy()
LazyLongIterable
UnmodifiableLongStack. 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 LazyLongIterable
AbstractLongStack. asLazy()
-
Uses of LazyLongIterable in org.eclipse.collections.impl.utility.primitive
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyLongIterable Modifier and Type Field Description private static LazyLongIterable
LazyLongIterate. EMPTY_ITERABLE
Methods in org.eclipse.collections.impl.utility.primitive that return LazyLongIterable Modifier and Type Method Description static 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.
-