public class LongArrayList extends Object
Constructor and Description |
---|
LongArrayList(int growAmount) |
Modifier and Type | Method and Description |
---|---|
void |
add(long val) |
void |
addAll(long[] other) |
void |
clear() |
boolean |
contains(long needle) |
static LongArrayList |
createLongArrayList() |
void |
fill(int from,
int to,
int val) |
long |
get(int index) |
long |
pop() |
void |
push(long id) |
void |
set(int index,
int value) |
long |
shift() |
int |
size() |
long[] |
toArray() |
public static LongArrayList createLongArrayList()
public long[] toArray()
public void add(long val)
public void push(long id)
public long pop()
public void set(int index, int value)
public long get(int index)
public long shift()
public void fill(int from, int to, int val)
public int size()
public void addAll(long[] other)
public void clear()
public boolean contains(long needle)
Copyright © 2019. All rights reserved.