org.jcae.viewer3d.fd.sd
Class IntegerArrayList

java.lang.Object
  extended by org.jcae.viewer3d.fd.sd.IntegerArrayList

public class IntegerArrayList
extends java.lang.Object


Constructor Summary
IntegerArrayList()
          Creates a new instance of ArrayListExt
 
Method Summary
 void add(int i1, int i2, int i3, int i4)
           
 int getSize()
           
 int[] toArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerArrayList

public IntegerArrayList()
Creates a new instance of ArrayListExt

Method Detail

add

public void add(int i1,
                int i2,
                int i3,
                int i4)

getSize

public int getSize()

toArray

public int[] toArray()