| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.ordered | |
| org.eclipse.collections.api.ordered.primitive |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteList
This file was automatically generated from template file primitiveList.stg.
|
interface |
ImmutableByteList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableByteList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ReversibleByteIterable |
ReversibleIterable.collectByte(ByteFunction<? super T> byteFunction) |
| Modifier and Type | Method and Description |
|---|---|
ReversibleByteIterable |
ReversibleByteIterable.distinct() |
ReversibleByteIterable |
ReversibleByteIterable.reject(BytePredicate predicate) |
default ReversibleByteIterable |
ReversibleByteIterable.rejectWithIndex(ByteIntPredicate predicate)
Returns a new ReversibleByteIterable excluding all elements with corresponding indexes matching the specified predicate.
|
ReversibleByteIterable |
ReversibleByteIterable.select(BytePredicate predicate) |
default ReversibleByteIterable |
ReversibleByteIterable.selectWithIndex(ByteIntPredicate predicate)
Returns a new ReversibleByteIterable including all elements with corresponding indexes matching the specified predicate.
|
ReversibleByteIterable |
ReversibleByteIterable.toReversed() |
Copyright © 2004–2022. All rights reserved.