|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Dictionary java.util.Hashtable org.nfunk.jep.FunctionTable
public class FunctionTable
Constructor Summary | |
---|---|
FunctionTable()
|
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.Object o)
overrides the standard hashtable method. |
PostfixMathCommandI |
get(java.lang.String s)
returns the PostfixMathCommandI for function with name s. |
java.lang.Object |
put(java.lang.Object o,
java.lang.Object p)
overrides the standard hashtable method. |
java.lang.Object |
put(java.lang.String s,
PostfixMathCommandI pfmc)
adds the PostfixMathCommandI for the function with name s. |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FunctionTable()
Method Detail |
---|
public java.lang.Object put(java.lang.String s, PostfixMathCommandI pfmc)
public java.lang.Object put(java.lang.Object o, java.lang.Object p)
put
in interface java.util.Map
put
in class java.util.Hashtable
public PostfixMathCommandI get(java.lang.String s)
public java.lang.Object get(java.lang.Object o)
get
in interface java.util.Map
get
in class java.util.Hashtable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |