Uses of Interface
org.eclipse.collections.api.LazyShortIterable
Packages that use LazyShortIterable
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 LazyShortIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyShortIterableModifier and TypeMethodDescriptionShortIterable.asLazy()Returns a LazyShortIterable adapter wrapping the source ShortIterable.LazyBooleanIterable.collectShort(BooleanToShortFunction function) LazyByteIterable.collectShort(ByteToShortFunction function) LazyCharIterable.collectShort(CharToShortFunction function) LazyDoubleIterable.collectShort(DoubleToShortFunction function) LazyFloatIterable.collectShort(FloatToShortFunction function) LazyIntIterable.collectShort(IntToShortFunction function) LazyIterable.collectShort(ShortFunction<? super T> shortFunction) Returns a lazy ShortIterable which will transform the underlying iterable data to short values based on the shortFunction.LazyLongIterable.collectShort(LongToShortFunction function) LazyShortIterable.collectShort(ShortToShortFunction function) LazyShortIterable.reject(ShortPredicate predicate) LazyShortIterable.select(ShortPredicate predicate) LazyShortIterable.tap(ShortProcedure procedure) -
Uses of LazyShortIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyShortIterableModifier and TypeMethodDescriptionShortBooleanMap.keysView()Returns a view of the keys in this map.ShortByteMap.keysView()Returns a view of the keys in this map.ShortCharMap.keysView()Returns a view of the keys in this map.ShortDoubleMap.keysView()Returns a view of the keys in this map.ShortFloatMap.keysView()Returns a view of the keys in this map.ShortIntMap.keysView()Returns a view of the keys in this map.ShortLongMap.keysView()Returns a view of the keys in this map.ShortObjectMap.keysView()Returns a view of the keys in this map.ShortShortMap.keysView()Returns a view of the keys in this map. -
Uses of LazyShortIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyShortIterable