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.
-
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