public class PrimitiveLongList
extends Object
| Constructor and Description |
|---|
PrimitiveLongList() |
PrimitiveLongList(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long value) |
void |
addAll(long[] values) |
long[] |
getArray() |
int |
size() |