Uses of Interface
org.eclipse.collections.api.LazyIntIterable
-
Packages that use LazyIntIterable 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 -
-
Uses of LazyIntIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyIntIterable Modifier and Type Method Description LazyIntIterableIntIterable. asLazy()Returns a LazyIntIterable adapter wrapping the source IntIterable.LazyIntIterableLazyBooleanIterable. collectInt(BooleanToIntFunction function)LazyIntIterableLazyByteIterable. collectInt(ByteToIntFunction function)LazyIntIterableLazyCharIterable. collectInt(CharToIntFunction function)LazyIntIterableLazyDoubleIterable. collectInt(DoubleToIntFunction function)LazyIntIterableLazyFloatIterable. collectInt(FloatToIntFunction function)LazyIntIterableLazyIntIterable. collectInt(IntToIntFunction function)LazyIntIterableLazyIterable. collectInt(IntFunction<? super T> intFunction)Returns a lazy IntIterable which will transform the underlying iterable data to int values based on the intFunction.LazyIntIterableLazyLongIterable. collectInt(LongToIntFunction function)LazyIntIterableLazyShortIterable. collectInt(ShortToIntFunction function)LazyIntIterableLazyIntIterable. reject(IntPredicate predicate)LazyIntIterableLazyIntIterable. select(IntPredicate predicate)LazyIntIterableLazyIntIterable. tap(IntProcedure procedure) -
Uses of LazyIntIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyIntIterable Modifier and Type Method Description LazyIntIterableIntBooleanMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntByteMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntCharMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntDoubleMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntFloatMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntIntMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntLongMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntObjectMap. keysView()Returns a view of the keys in this map.LazyIntIterableIntShortMap. 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 Modifier and Type Method Description LazyIntIterableReversibleIntIterable. asReversed()
-