edu.ksu.cis.projects.trove.custom
Class IntList

java.lang.Object
  extended by gnu.trove.TIntArrayList
      extended by edu.ksu.cis.projects.trove.custom.IntList

public class IntList
extends gnu.trove.TIntArrayList


Constructor Summary
IntList()
           
IntList(int capacity)
           
 
Method Summary
 int[] toArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntList

public IntList()

IntList

public IntList(int capacity)
Method Detail

toArray

public int[] toArray()