com.singularsys.jep.bigdecimal
Class BigDecFunctionTable

java.lang.Object
  extended by com.singularsys.jep.FunctionTable
      extended by com.singularsys.jep.bigdecimal.BigDecFunctionTable
All Implemented Interfaces:
JepComponent, java.io.Serializable

public class BigDecFunctionTable
extends FunctionTable

A function table for BigDecimals. Has a MathContext field which can be used by functions.

See Also:
Serialized Form

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

BigDecFunctionTable

public BigDecFunctionTable(java.math.MathContext mc)
Method Detail

getMathContext

public java.math.MathContext getMathContext()

setMathContext

public void setMathContext(java.math.MathContext mc)


Copyright © 2010 Singular Systems http://www.singularsys.com/jep