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 theLazyIterableinterface.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 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.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableImmutableLongEmptyBag. asLazy()LazyLongIterableImmutableLongHashBag. asLazy()LazyLongIterableImmutableLongSingletonBag. 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 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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableImmutableLongArrayList. asLazy()LazyLongIterableImmutableLongEmptyList. asLazy()LazyLongIterableImmutableLongSingletonList. asLazy()LazyLongIterableImmutableLongArrayList. asReversed()LazyLongIterableImmutableLongEmptyList. asReversed()LazyLongIterableImmutableLongSingletonList. 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 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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableImmutableByteLongEmptyMap. asLazy()LazyLongIterableImmutableByteLongHashMap. asLazy()LazyLongIterableImmutableByteLongSingletonMap. asLazy()LazyLongIterableImmutableCharLongEmptyMap. asLazy()LazyLongIterableImmutableCharLongHashMap. asLazy()LazyLongIterableImmutableCharLongSingletonMap. asLazy()LazyLongIterableImmutableDoubleLongEmptyMap. asLazy()LazyLongIterableImmutableDoubleLongHashMap. asLazy()LazyLongIterableImmutableDoubleLongSingletonMap. asLazy()LazyLongIterableImmutableFloatLongEmptyMap. asLazy()LazyLongIterableImmutableFloatLongHashMap. asLazy()LazyLongIterableImmutableFloatLongSingletonMap. asLazy()LazyLongIterableImmutableIntLongEmptyMap. asLazy()LazyLongIterableImmutableIntLongHashMap. asLazy()LazyLongIterableImmutableIntLongSingletonMap. asLazy()LazyLongIterableImmutableLongLongEmptyMap. asLazy()LazyLongIterableImmutableLongLongHashMap. asLazy()LazyLongIterableImmutableLongLongSingletonMap. asLazy()LazyLongIterableImmutableObjectLongEmptyMap. asLazy()LazyLongIterableImmutableObjectLongHashMap. asLazy()LazyLongIterableImmutableObjectLongSingletonMap. asLazy()LazyLongIterableImmutableShortLongEmptyMap. asLazy()LazyLongIterableImmutableShortLongHashMap. asLazy()LazyLongIterableImmutableShortLongSingletonMap. asLazy()LazyLongIterableImmutableLongBooleanEmptyMap. keysView()LazyLongIterableImmutableLongBooleanHashMap. keysView()LazyLongIterableImmutableLongBooleanSingletonMap. keysView()LazyLongIterableImmutableLongByteEmptyMap. keysView()LazyLongIterableImmutableLongByteHashMap. keysView()LazyLongIterableImmutableLongByteSingletonMap. keysView()LazyLongIterableImmutableLongCharEmptyMap. keysView()LazyLongIterableImmutableLongCharHashMap. keysView()LazyLongIterableImmutableLongCharSingletonMap. keysView()LazyLongIterableImmutableLongDoubleEmptyMap. keysView()LazyLongIterableImmutableLongDoubleHashMap. keysView()LazyLongIterableImmutableLongDoubleSingletonMap. keysView()LazyLongIterableImmutableLongFloatEmptyMap. keysView()LazyLongIterableImmutableLongFloatHashMap. keysView()LazyLongIterableImmutableLongFloatSingletonMap. keysView()LazyLongIterableImmutableLongIntEmptyMap. keysView()LazyLongIterableImmutableLongIntHashMap. keysView()LazyLongIterableImmutableLongIntSingletonMap. keysView()LazyLongIterableImmutableLongLongEmptyMap. keysView()LazyLongIterableImmutableLongLongHashMap. keysView()LazyLongIterableImmutableLongLongSingletonMap. keysView()LazyLongIterableImmutableLongObjectEmptyMap. keysView()LazyLongIterableImmutableLongObjectHashMap. keysView()LazyLongIterableImmutableLongObjectSingletonMap. keysView()LazyLongIterableImmutableLongShortEmptyMap. keysView()LazyLongIterableImmutableLongShortHashMap. keysView()LazyLongIterableImmutableLongShortSingletonMap. 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 classLongBooleanHashMap.KeysViewprivate classLongByteHashMap.KeysViewprivate classLongCharHashMap.KeysViewprivate classLongDoubleHashMap.KeysViewprivate classLongFloatHashMap.KeysViewprivate classLongIntHashMap.KeysViewprivate classLongLongHashMap.KeysViewprivate classLongObjectHashMap.KeysViewprivate classLongShortHashMap.KeysViewMethods in org.eclipse.collections.impl.map.mutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableAbstractMutableLongKeySet. asLazy()LazyLongIterableAbstractMutableLongValuesMap.AbstractLongValuesCollection. asLazy()LazyLongIterableObjectLongHashMap. asLazy()LazyLongIterableObjectLongHashMap.ValuesCollection. asLazy()LazyLongIterableObjectLongHashMapWithHashingStrategy. asLazy()LazyLongIterableObjectLongHashMapWithHashingStrategy.ValuesCollection. 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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableImmutableLongEmptySet. asLazy()LazyLongIterableImmutableLongSingletonSet. 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.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyLongIterable Modifier and Type Method Description LazyLongIterableImmutableLongEmptyStack. asLazy()LazyLongIterableImmutableLongSingletonStack. 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
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyLongIterable Modifier and Type Field Description private static LazyLongIterableLazyLongIterate. EMPTY_ITERABLEMethods 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.
-