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

java.lang.Object
  extended by gnu.trove.TIntHashSet
      extended by edu.ksu.cis.projects.trove.custom.IntSet

public class IntSet
extends gnu.trove.TIntHashSet


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

Constructor Detail

IntSet

public IntSet()

IntSet

public IntSet(int[] elements)