|
|||||||||
| 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.bigdecimal.BigDecFunctionTable
public class BigDecFunctionTable
A function table for BigDecimals. Has a MathContext field which can be used by functions.
| Field Summary |
|---|
| Fields inherited from class com.singularsys.jep.FunctionTable |
|---|
table |
| Constructor Summary | |
|---|---|
BigDecFunctionTable(java.math.MathContext mc)
|
|
| Method Summary | |
|---|---|
java.math.MathContext |
getMathContext()
|
void |
setMathContext(java.math.MathContext mc)
|
| Methods inherited from class com.singularsys.jep.FunctionTable |
|---|
addFunction, clear, containsKey, containsValue, entrySet, getFunction, getLightWeightInstance, init, isEmpty, keySet, remove, shallowCopy, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BigDecFunctionTable(java.math.MathContext mc)
| Method Detail |
|---|
public java.math.MathContext getMathContext()
public void setMathContext(java.math.MathContext mc)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||