fr.umlv.tatoo.runtime.util
Class IntArrayList

java.lang.Object
  extended by fr.umlv.tatoo.runtime.util.IntArrayList

public class IntArrayList
extends Object


Constructor Summary
IntArrayList()
           
IntArrayList(int init)
           
 
Method Summary
 void add(int o)
           
 void clear()
           
 int get(int pos)
           
 boolean isEmpty()
           
 int last()
           
 int removeLast()
           
 void removeLast(int nb)
           
 void set(int pos, int value)
          User to ensure capacity
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntArrayList

public IntArrayList(int init)

IntArrayList

public IntArrayList()
Method Detail

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()