Uses of Interface
org.eclipse.collections.api.LazyIntIterable
Packages that use LazyIntIterable
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 immutable primitive bag interfaces.
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 immutable primitive list interfaces and immutable primitive list factory 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 immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of LazyIntIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyIntIterableModifier and TypeMethodDescriptionIntIterable.asLazy()Returns a LazyIntIterable adapter wrapping the source IntIterable.LazyBooleanIterable.collectInt(BooleanToIntFunction function) LazyByteIterable.collectInt(ByteToIntFunction function) LazyCharIterable.collectInt(CharToIntFunction function) LazyDoubleIterable.collectInt(DoubleToIntFunction function) LazyFloatIterable.collectInt(FloatToIntFunction function) LazyIntIterable.collectInt(IntToIntFunction function) LazyIterable.collectInt(IntFunction<? super T> intFunction) Returns a lazy IntIterable which will transform the underlying iterable data to int values based on the intFunction.LazyLongIterable.collectInt(LongToIntFunction function) LazyShortIterable.collectInt(ShortToIntFunction function) LazyIntIterable.reject(IntPredicate predicate) LazyIntIterable.select(IntPredicate predicate) LazyIntIterable.tap(IntProcedure procedure) -
Uses of LazyIntIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyIntIterableModifier and TypeMethodDescriptionIntBooleanMap.keysView()Returns a view of the keys in this map.IntByteMap.keysView()Returns a view of the keys in this map.IntCharMap.keysView()Returns a view of the keys in this map.IntDoubleMap.keysView()Returns a view of the keys in this map.IntFloatMap.keysView()Returns a view of the keys in this map.IntIntMap.keysView()Returns a view of the keys in this map.IntLongMap.keysView()Returns a view of the keys in this map.IntObjectMap.keysView()Returns a view of the keys in this map.IntShortMap.keysView()Returns a view of the keys in this map. -
Uses of LazyIntIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyIntIterableModifier and TypeMethodDescriptionAbstractLazyIterable.collectInt(IntFunction<? super T> intFunction) -
Uses of LazyIntIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LazyIntIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classThis file was automatically generated from template file reversePrimitiveIterable.stg.classThis file was automatically generated from template file selectPrimitiveIterable.stg.classThis file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return LazyIntIterableModifier and TypeMethodDescriptionAbstractLazyIntIterable.asLazy()ReverseIntIterable.asLazy()AbstractLazyBooleanIterable.collectInt(BooleanToIntFunction function) AbstractLazyByteIterable.collectInt(ByteToIntFunction function) AbstractLazyCharIterable.collectInt(CharToIntFunction function) AbstractLazyDoubleIterable.collectInt(DoubleToIntFunction function) AbstractLazyFloatIterable.collectInt(FloatToIntFunction function) AbstractLazyIntIterable.collectInt(IntToIntFunction function) AbstractLazyLongIterable.collectInt(LongToIntFunction function) AbstractLazyShortIterable.collectInt(ShortToIntFunction function) AbstractLazyIntIterable.reject(IntPredicate predicate) AbstractLazyIntIterable.select(IntPredicate predicate) AbstractLazyIntIterable.tap(IntProcedure procedure) -
Uses of LazyIntIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyIntIterableModifier and TypeMethodDescriptionImmutableIntArrayList.asLazy()ImmutableIntEmptyList.asLazy()ImmutableIntSingletonList.asLazy()ImmutableIntArrayList.asReversed()ImmutableIntEmptyList.asReversed()ImmutableIntSingletonList.asReversed() -
Uses of LazyIntIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyIntIterableModifier and TypeMethodDescriptionSynchronizedIntList.asLazy()IntArrayList.asReversed()SynchronizedIntList.asReversed()UnmodifiableIntList.asReversed() -
Uses of LazyIntIterable in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyIntIterableModifier and TypeMethodDescriptionImmutableByteIntEmptyMap.asLazy()ImmutableByteIntHashMap.asLazy()ImmutableByteIntSingletonMap.asLazy()ImmutableCharIntEmptyMap.asLazy()ImmutableCharIntHashMap.asLazy()ImmutableCharIntSingletonMap.asLazy()ImmutableDoubleIntEmptyMap.asLazy()ImmutableDoubleIntHashMap.asLazy()ImmutableDoubleIntSingletonMap.asLazy()ImmutableFloatIntEmptyMap.asLazy()ImmutableFloatIntHashMap.asLazy()ImmutableFloatIntSingletonMap.asLazy()ImmutableIntIntEmptyMap.asLazy()ImmutableIntIntHashMap.asLazy()ImmutableIntIntSingletonMap.asLazy()ImmutableLongIntEmptyMap.asLazy()ImmutableLongIntHashMap.asLazy()ImmutableLongIntSingletonMap.asLazy()ImmutableObjectIntEmptyMap.asLazy()ImmutableObjectIntHashMap.asLazy()ImmutableObjectIntSingletonMap.asLazy()ImmutableShortIntEmptyMap.asLazy()ImmutableShortIntHashMap.asLazy()ImmutableShortIntSingletonMap.asLazy()ImmutableIntBooleanEmptyMap.keysView()ImmutableIntBooleanHashMap.keysView()ImmutableIntBooleanSingletonMap.keysView()ImmutableIntByteEmptyMap.keysView()ImmutableIntByteHashMap.keysView()ImmutableIntByteSingletonMap.keysView()ImmutableIntCharEmptyMap.keysView()ImmutableIntCharHashMap.keysView()ImmutableIntCharSingletonMap.keysView()ImmutableIntDoubleEmptyMap.keysView()ImmutableIntDoubleHashMap.keysView()ImmutableIntDoubleSingletonMap.keysView()ImmutableIntFloatEmptyMap.keysView()ImmutableIntFloatHashMap.keysView()ImmutableIntFloatSingletonMap.keysView()ImmutableIntIntEmptyMap.keysView()ImmutableIntIntHashMap.keysView()ImmutableIntIntSingletonMap.keysView()ImmutableIntLongEmptyMap.keysView()ImmutableIntLongHashMap.keysView()ImmutableIntLongSingletonMap.keysView()ImmutableIntObjectEmptyMap.keysView()ImmutableIntObjectHashMap.keysView()ImmutableIntObjectSingletonMap.keysView()ImmutableIntShortEmptyMap.keysView()ImmutableIntShortHashMap.keysView()ImmutableIntShortSingletonMap.keysView() -
Uses of LazyIntIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyIntIterableModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classMethods in org.eclipse.collections.impl.map.mutable.primitive that return LazyIntIterableModifier and TypeMethodDescriptionAbstractMutableIntKeySet.asLazy()AbstractMutableIntValuesMap.AbstractIntValuesCollection.asLazy()ObjectIntHashMap.asLazy()ObjectIntHashMap.ValuesCollection.asLazy()ObjectIntHashMapWithHashingStrategy.asLazy()ObjectIntHashMapWithHashingStrategy.ValuesCollection.asLazy()SynchronizedByteIntMap.asLazy()SynchronizedCharIntMap.asLazy()SynchronizedDoubleIntMap.asLazy()SynchronizedFloatIntMap.asLazy()SynchronizedIntIntMap.asLazy()SynchronizedLongIntMap.asLazy()SynchronizedObjectIntMap.asLazy()SynchronizedShortIntMap.asLazy()UnmodifiableByteIntMap.asLazy()UnmodifiableCharIntMap.asLazy()UnmodifiableDoubleIntMap.asLazy()UnmodifiableFloatIntMap.asLazy()UnmodifiableIntIntMap.asLazy()UnmodifiableLongIntMap.asLazy()UnmodifiableObjectIntMap.asLazy()UnmodifiableShortIntMap.asLazy()IntBooleanHashMap.keysView()IntByteHashMap.keysView()IntCharHashMap.keysView()IntDoubleHashMap.keysView()IntFloatHashMap.keysView()IntIntHashMap.keysView()IntLongHashMap.keysView()IntObjectHashMap.keysView()IntShortHashMap.keysView()SynchronizedIntBooleanMap.keysView()SynchronizedIntByteMap.keysView()SynchronizedIntCharMap.keysView()SynchronizedIntDoubleMap.keysView()SynchronizedIntFloatMap.keysView()SynchronizedIntIntMap.keysView()SynchronizedIntLongMap.keysView()SynchronizedIntObjectMap.keysView()SynchronizedIntShortMap.keysView()UnmodifiableIntBooleanMap.keysView()UnmodifiableIntByteMap.keysView()UnmodifiableIntCharMap.keysView()UnmodifiableIntDoubleMap.keysView()UnmodifiableIntFloatMap.keysView()UnmodifiableIntIntMap.keysView()UnmodifiableIntLongMap.keysView()UnmodifiableIntObjectMap.keysView()UnmodifiableIntShortMap.keysView() -
Uses of LazyIntIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return LazyIntIterable -
Uses of LazyIntIterable in org.eclipse.collections.impl.utility.primitive
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyIntIterableModifier and TypeFieldDescriptionprivate static final LazyIntIterableLazyIntIterate.EMPTY_ITERABLEMethods in org.eclipse.collections.impl.utility.primitive that return LazyIntIterableModifier and TypeMethodDescriptionstatic LazyIntIterableLazyIntIterate.adapt(IntIterable iterable) Creates a deferred int iterable for the specified int iterable.static LazyIntIterableLazyIntIterate.empty()static LazyIntIterableLazyIntIterate.select(IntIterable iterable, IntPredicate predicate) Creates a deferred filtering int iterable for the specified int iterable.static LazyIntIterableLazyIntIterate.tap(IntIterable iterable, IntProcedure procedure) Creates a deferred tap iterable for the specified iterable.