Package | Description |
---|---|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
ShortArrayList |
ShortArrayList.newEmpty() |
Creates a new empty ShortArrayList.
|
static ShortArrayList |
ShortArrayList.newList(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(ShortPredicate predicate) |
|
ShortArrayList |
ShortArrayList.reverseThis() |
|
ShortArrayList |
ShortArrayList.select(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(ShortIterable elements) |
|
ShortArrayList |
ShortArrayList.without(short element) |
|
ShortArrayList |
ShortArrayList.withoutAll(ShortIterable elements) |
Copyright © 2004–2019. All rights reserved.