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

java.lang.Object
  extended by gnu.trove.TIntIntHashMap
      extended by edu.ksu.cis.projects.trove.custom.IntIntTable

public class IntIntTable
extends gnu.trove.TIntIntHashMap


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

Constructor Detail

IntIntTable

public IntIntTable()

IntIntTable

public IntIntTable(int initialCapacity)
Method Detail

values

public int[] values()