public class FunctionTable extends Hashtable implements Serializable
Constructor and Description |
---|
FunctionTable() |
Modifier and Type | Method and Description |
---|---|
Object |
get(Object o)
overrides the standard hashtable method.
|
PostfixMathCommandI |
get(String s)
returns the PostfixMathCommandI for function with name s.
|
Object |
put(Object o,
Object p)
overrides the standard hashtable method.
|
Object |
put(String s,
PostfixMathCommandI pfmc)
adds the PostfixMathCommandI for the function with name s.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values
public Object put(String s, PostfixMathCommandI pfmc)
public Object put(Object o, Object p)
public PostfixMathCommandI get(String s)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics