gnu.jel
Class TableKeeper

java.lang.Object
  |
  +--gnu.jel.TableKeeper

public class TableKeeper
extends java.lang.Object


Constructor Summary
TableKeeper()
           
 
Method Summary
static java.lang.Object getTable(java.lang.String name)
          Used to get a reference to the named int[][] table.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableKeeper

public TableKeeper()
Method Detail

getTable

public static java.lang.Object getTable(java.lang.String name)
Used to get a reference to the named int[][] table.
Returns:
reference to the table

main

public static void main(java.lang.String[] args)