java.lang.Object
gnu.jel.TableKeeper
public class TableKeeper
extends java.lang.Object
-
-
Method Summary
Modifier and Type |
Method |
Description |
static java.lang.String |
getMsg(int code,
java.lang.Object[] params) |
|
static java.lang.Object |
getTable(java.lang.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
-
-
Method Details
-
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
-
public static java.lang.String getMsg(int code,
java.lang.Object[] params)