public class ShortArray
extends java.lang.Object
Constructor and Description |
---|
ShortArray() |
ShortArray(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
ShortArray |
add(short value) |
short[] |
array() |
ShortArray |
clear() |
short |
get(int index) |
ShortArray |
set(int index,
short value) |
int |
size() |
ShortArray |
trimToSize() |
public short[] array()
public int size()
public short get(int index)
public ShortArray set(int index, short value)
public ShortArray add(short value)
public ShortArray trimToSize()
public ShortArray clear()