public abstract class AbstractArrayBuffer extends Object
| Constructor and Description |
|---|
AbstractArrayBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
ensureCapacity(int newLength) |
boolean |
isEmpty() |
int |
length() |
void |
setLength(int size) |