Uses of Interface
org.eclipse.collections.api.LazyByteIterable
-
Packages that use LazyByteIterable 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 LazyByteIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyByteIterable Modifier and Type Method Description LazyByteIterableByteIterable. asLazy()Returns a LazyByteIterable adapter wrapping the source ByteIterable.LazyByteIterableLazyBooleanIterable. collectByte(BooleanToByteFunction function)LazyByteIterableLazyByteIterable. collectByte(ByteToByteFunction function)LazyByteIterableLazyCharIterable. collectByte(CharToByteFunction function)LazyByteIterableLazyDoubleIterable. collectByte(DoubleToByteFunction function)LazyByteIterableLazyFloatIterable. collectByte(FloatToByteFunction function)LazyByteIterableLazyIntIterable. collectByte(IntToByteFunction function)LazyByteIterableLazyIterable. collectByte(ByteFunction<? super T> byteFunction)Returns a lazy ByteIterable which will transform the underlying iterable data to byte values based on the byteFunction.LazyByteIterableLazyLongIterable. collectByte(LongToByteFunction function)LazyByteIterableLazyShortIterable. collectByte(ShortToByteFunction function)LazyByteIterableLazyByteIterable. reject(BytePredicate predicate)LazyByteIterableLazyByteIterable. select(BytePredicate predicate)LazyByteIterableLazyByteIterable. tap(ByteProcedure procedure) -
Uses of LazyByteIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyByteIterable Modifier and Type Method Description LazyByteIterableByteBooleanMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteByteMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteCharMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteDoubleMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteFloatMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteIntMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteLongMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteObjectMap. keysView()Returns a view of the keys in this map.LazyByteIterableByteShortMap. 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 Modifier and Type Method Description LazyByteIterableReversibleByteIterable. asReversed()
-