public class FunctionTable extends Hashtable
| 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, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic Object put(String s, PostfixMathCommandI pfmc)
public Object put(Object o, Object p)
public PostfixMathCommandI get(String s)
Copyright © 2018. All rights reserved.