Uses of Interface
org.eclipse.collections.api.LazyByteIterable
Packages that use LazyByteIterable
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 LazyByteIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyByteIterableModifier and TypeMethodDescriptionByteIterable.asLazy()Returns a LazyByteIterable adapter wrapping the source ByteIterable.LazyBooleanIterable.collectByte(BooleanToByteFunction function) LazyByteIterable.collectByte(ByteToByteFunction function) LazyCharIterable.collectByte(CharToByteFunction function) LazyDoubleIterable.collectByte(DoubleToByteFunction function) LazyFloatIterable.collectByte(FloatToByteFunction function) LazyIntIterable.collectByte(IntToByteFunction function) LazyIterable.collectByte(ByteFunction<? super T> byteFunction) Returns a lazy ByteIterable which will transform the underlying iterable data to byte values based on the byteFunction.LazyLongIterable.collectByte(LongToByteFunction function) LazyShortIterable.collectByte(ShortToByteFunction function) LazyByteIterable.reject(BytePredicate predicate) LazyByteIterable.select(BytePredicate predicate) LazyByteIterable.tap(ByteProcedure procedure) -
Uses of LazyByteIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyByteIterableModifier and TypeMethodDescriptionByteBooleanMap.keysView()Returns a view of the keys in this map.ByteByteMap.keysView()Returns a view of the keys in this map.ByteCharMap.keysView()Returns a view of the keys in this map.ByteDoubleMap.keysView()Returns a view of the keys in this map.ByteFloatMap.keysView()Returns a view of the keys in this map.ByteIntMap.keysView()Returns a view of the keys in this map.ByteLongMap.keysView()Returns a view of the keys in this map.ByteObjectMap.keysView()Returns a view of the keys in this map.ByteShortMap.keysView()Returns a view of the keys in this map. -
Uses of LazyByteIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyByteIterable