static class FunctionSafeJep.SafeFunctionTable extends FunctionTable
Modifier and Type | Field and Description |
---|---|
private FunctionSafeJep |
jep |
private static long |
serialVersionUID |
Constructor and Description |
---|
SafeFunctionTable(FunctionSafeJep jep) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key)
If the key is already registered, return TRUE.
|
private String |
nextToken(String token)
Get the next token in the parser.
|
private void |
readObject(ObjectInputStream ois) |
private void |
writeObject(ObjectOutputStream ois) |
get, get, put, put
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsValue, elements, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
private static final long serialVersionUID
private final FunctionSafeJep jep
SafeFunctionTable(FunctionSafeJep jep)
public boolean containsKey(Object key)
containsKey
in interface Map
containsKey
in class Hashtable
private String nextToken(String token)
token
- The current tokenprivate void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream ois) throws IOException
IOException