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(java.lang.Object key)
If the key is already registered, return TRUE.
|
private java.lang.String |
nextToken(java.lang.String token)
Get the next token in the parser.
|
private void |
readObject(java.io.ObjectInputStream ois) |
private void |
writeObject(java.io.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(java.lang.Object key)
containsKey
in interface java.util.Map
containsKey
in class java.util.Hashtable
private java.lang.String nextToken(java.lang.String token)
token
- The current tokenprivate void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream ois) throws java.io.IOException
java.io.IOException