| Package | Description |
|---|---|
| com.gs.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static IntArrayList |
IntArrayList.newList(com.gs.collections.api.IntIterable source) |
static IntArrayList |
IntArrayList.newListWith(int... elements)
Creates a new list using the passed
elements argument as the backing store. |
static IntArrayList |
IntArrayList.newWithNValues(int size,
int value) |
IntArrayList |
IntArrayList.reject(com.gs.collections.api.block.predicate.primitive.IntPredicate predicate) |
IntArrayList |
IntArrayList.reverseThis() |
IntArrayList |
IntArrayList.select(com.gs.collections.api.block.predicate.primitive.IntPredicate predicate) |
IntArrayList |
IntArrayList.sortThis() |
IntArrayList |
IntArrayList.toReversed() |
IntArrayList |
IntArrayList.with(int element) |
IntArrayList |
IntArrayList.with(int element1,
int element2) |
IntArrayList |
IntArrayList.with(int element1,
int element2,
int element3) |
IntArrayList |
IntArrayList.with(int element1,
int element2,
int element3,
int... elements) |
IntArrayList |
IntArrayList.withAll(com.gs.collections.api.IntIterable elements) |
IntArrayList |
IntArrayList.without(int element) |
IntArrayList |
IntArrayList.withoutAll(com.gs.collections.api.IntIterable elements) |