| 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 |
| Modifier and Type | Method and Description |
|---|---|
LazyByteIterable |
ByteIterable.asLazy()
Returns a LazyByteIterable adapter wrapping the source ByteIterable.
|
LazyByteIterable |
LazyBooleanIterable.collectByte(BooleanToByteFunction function) |
LazyByteIterable |
LazyIterable.collectByte(ByteFunction<? super T> byteFunction)
Returns a lazy ByteIterable which will transform the underlying iterable data to byte values based on the byteFunction.
|
LazyByteIterable |
LazyByteIterable.collectByte(ByteToByteFunction function) |
LazyByteIterable |
LazyCharIterable.collectByte(CharToByteFunction function) |
LazyByteIterable |
LazyDoubleIterable.collectByte(DoubleToByteFunction function) |
LazyByteIterable |
LazyFloatIterable.collectByte(FloatToByteFunction function) |
LazyByteIterable |
LazyIntIterable.collectByte(IntToByteFunction function) |
LazyByteIterable |
LazyLongIterable.collectByte(LongToByteFunction function) |
LazyByteIterable |
LazyShortIterable.collectByte(ShortToByteFunction function) |
LazyByteIterable |
LazyByteIterable.reject(BytePredicate predicate) |
LazyByteIterable |
LazyByteIterable.select(BytePredicate predicate) |
LazyByteIterable |
LazyByteIterable.tap(ByteProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
LazyByteIterable |
ByteBooleanMap.keysView()
Returns a view of the keys in this map.
|
LazyByteIterable |
ByteCharMap.keysView()
Returns a view of the keys in this map.
|
LazyByteIterable |
ByteByteMap.keysView()
Returns a view of the keys in this map.
|
LazyByteIterable |
ByteShortMap.keysView()
Returns a view of the keys in this map.
|
LazyByteIterable |
ByteLongMap.keysView()
Returns a view of the keys in this map.
|
LazyByteIterable |
ByteDoubleMap.keysView()
Returns a view of the keys in this map.
|
LazyByteIterable |
ByteFloatMap.keysView()
Returns a view of the keys in this map.
|
LazyByteIterable |
ByteIntMap.keysView()
Returns a view of the keys in this map.
|
LazyByteIterable |
ByteObjectMap.keysView()
Returns a view of the keys in this map.
|
| Modifier and Type | Method and Description |
|---|---|
LazyByteIterable |
ReversibleByteIterable.asReversed() |
Copyright © 2004–2022. All rights reserved.