| 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 ShortArrayList |
ShortArrayList.newList(com.gs.collections.api.ShortIterable source) |
static ShortArrayList |
ShortArrayList.newListWith(short... elements)
Creates a new list using the passed
elements argument as the backing store. |
static ShortArrayList |
ShortArrayList.newWithNValues(int size,
short value) |
ShortArrayList |
ShortArrayList.reject(com.gs.collections.api.block.predicate.primitive.ShortPredicate predicate) |
ShortArrayList |
ShortArrayList.reverseThis() |
ShortArrayList |
ShortArrayList.select(com.gs.collections.api.block.predicate.primitive.ShortPredicate predicate) |
ShortArrayList |
ShortArrayList.sortThis() |
ShortArrayList |
ShortArrayList.toReversed() |
ShortArrayList |
ShortArrayList.with(short element) |
ShortArrayList |
ShortArrayList.with(short element1,
short element2) |
ShortArrayList |
ShortArrayList.with(short element1,
short element2,
short element3) |
ShortArrayList |
ShortArrayList.with(short element1,
short element2,
short element3,
short... elements) |
ShortArrayList |
ShortArrayList.withAll(com.gs.collections.api.ShortIterable elements) |
ShortArrayList |
ShortArrayList.without(short element) |
ShortArrayList |
ShortArrayList.withoutAll(com.gs.collections.api.ShortIterable elements) |