| 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 | |
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| 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) |
ReversibleByteIterable |
ReversibleByteIterable.select(BytePredicate predicate) |
ReversibleByteIterable |
ReversibleByteIterable.toReversed() |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayList
ByteArrayList is similar to
FastList, and is memory-optimized for byte primitives. |
class |
SynchronizedByteList
A synchronized view of a
MutableByteList. |
class |
UnmodifiableByteList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Copyright © 2004–2016. All rights reserved.