| Package | Description |
|---|---|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayList |
ByteArrayList.newList(org.eclipse.collections.api.ByteIterable source) |
static ByteArrayList |
ByteArrayList.newListWith(byte... elements)
Creates a new list using the passed
elements argument as the backing store. |
static ByteArrayList |
ByteArrayList.newWithNValues(int size,
byte value) |
ByteArrayList |
ByteArrayList.reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate) |
ByteArrayList |
ByteArrayList.reverseThis() |
ByteArrayList |
ByteArrayList.select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate) |
ByteArrayList |
ByteArrayList.sortThis() |
ByteArrayList |
ByteArrayList.toReversed() |
ByteArrayList |
ByteArrayList.with(byte element) |
ByteArrayList |
ByteArrayList.with(byte element1,
byte element2) |
ByteArrayList |
ByteArrayList.with(byte element1,
byte element2,
byte element3) |
ByteArrayList |
ByteArrayList.with(byte element1,
byte element2,
byte element3,
byte... elements) |
ByteArrayList |
ByteArrayList.withAll(org.eclipse.collections.api.ByteIterable elements) |
ByteArrayList |
ByteArrayList.without(byte element) |
ByteArrayList |
ByteArrayList.withoutAll(org.eclipse.collections.api.ByteIterable elements) |
Copyright © 2004–2018. All rights reserved.