gnu.jel
Class TableKeeper

java.lang.Object
  extended by gnu.jel.TableKeeper

public class TableKeeper
extends Object


Constructor Summary
TableKeeper()
           
 
Method Summary
static String getMsg(int code, Object[] params)
           
static Object getTable(String name)
          Used to get a reference to the named int[][] table.
 
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 Object getTable(String name)
Used to get a reference to the named int[][] table.

Returns:
reference to the table

getMsg

public static String getMsg(int code,
                            Object[] params)


Copyright © 1998-2006 Konstantin L. Metlov All Rights Reserved.