|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.singularsys.jep.FunctionTable
com.singularsys.jep.misc.CaseInsensitiveFunctionTable
public class CaseInsensitiveFunctionTable
A version of a function table which is case insensitive.
Field Summary |
---|
Fields inherited from class com.singularsys.jep.FunctionTable |
---|
table |
Constructor Summary | |
---|---|
CaseInsensitiveFunctionTable()
|
Method Summary | |
---|---|
PostfixMathCommandI |
addFunction(java.lang.String name,
PostfixMathCommandI pfmc)
|
boolean |
containsKey(java.lang.String key)
|
PostfixMathCommandI |
getFunction(java.lang.String name)
|
Methods inherited from class com.singularsys.jep.FunctionTable |
---|
clear, containsValue, entrySet, init, isEmpty, keySet, remove, size, values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CaseInsensitiveFunctionTable()
Method Detail |
---|
public PostfixMathCommandI getFunction(java.lang.String name)
getFunction
in class FunctionTable
public PostfixMathCommandI addFunction(java.lang.String name, PostfixMathCommandI pfmc)
addFunction
in class FunctionTable
public boolean containsKey(java.lang.String key)
containsKey
in class FunctionTable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |