public class ManagedIntArray extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int[] |
array
The actual array.
|
protected int |
size
The current size of the array.
|
Constructor and Description |
---|
ManagedIntArray() |
Modifier and Type | Method and Description |
---|---|
protected void |
addArrayElement()
Add space for a single element to the end of the array.
|
protected void |
addArrayElements(int count)
Add space for multiple elements to the end of the array.
|
protected int size
protected int[] array
public ManagedIntArray()
protected void addArrayElement()
protected void addArrayElements(int count)