|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jasml.helper.IntegerArray
Field Summary | |
private int |
currentSize
|
private int[] |
data
|
private static int |
Increment
|
private int |
max
|
Constructor Summary | |
IntegerArray(int size)
|
Method Summary | |
void |
add(int var)
|
int[] |
getAll()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int[] data
private int max
private int currentSize
private static final int Increment
Constructor Detail |
public IntegerArray(int size)
Method Detail |
public void add(int var)
public int[] getAll()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |