fr.umlv.tatoo.runtime.util
Class IntArrayList
java.lang.Object
fr.umlv.tatoo.runtime.util.IntArrayList
public class IntArrayList
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntArrayList
public IntArrayList(int init)
IntArrayList
public IntArrayList()
add
public void add(int o)
removeLast
public void removeLast(int nb)
removeLast
public int removeLast()
last
public int last()
clear
public void clear()
get
public int get(int pos)
set
public void set(int pos,
int value)
- User to ensure capacity
- Parameters:
pos - value -
size
public int size()
isEmpty
public boolean isEmpty()