public class ByteArrayList extends Object
Constructor and Description |
---|
ByteArrayList(int growAmount) |
Modifier and Type | Method and Description |
---|---|
void |
add(byte val) |
void |
addAll(byte[] other) |
boolean |
contains(byte needle) |
static ByteArrayList |
createByteArrayList() |
void |
fill(int start,
int end,
byte val) |
byte |
get(int index) |
void |
pop() |
void |
push(byte id) |
void |
set(int index,
byte value) |
int |
size() |
byte[] |
toArray() |
public static ByteArrayList createByteArrayList()
public byte[] toArray()
public void add(byte val)
public void push(byte id)
public void pop()
public void set(int index, byte value)
public byte get(int index)
public void fill(int start, int end, byte val)
public int size()
public void addAll(byte[] other)
public boolean contains(byte needle)
Copyright © 2019. All rights reserved.