public class ResizeableArrayObject extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object[] |
array |
Modifier | Constructor and Description |
---|---|
protected |
ResizeableArrayObject() |
protected |
ResizeableArrayObject(int initialSize) |
Modifier and Type | Method and Description |
---|---|
protected int |
arraySize() |
protected void |
ensureSize(int size) |
protected java.lang.Object[] array
protected ResizeableArrayObject()
protected ResizeableArrayObject(int initialSize)
protected int arraySize()
protected void ensureSize(int size)