Class FunctionTable

java.lang.Object
com.singularsys.jep.FunctionTable
All Implemented Interfaces:
JepComponent, Serializable
Direct Known Subclasses:
BigDecFunctionTable, CaseInsensitiveFunctionTable, NullWrappedFunctionTable, RealFunctionTable, StandardFunctionTable

public class FunctionTable extends Object implements JepComponent
A table holding details of the functions known to Jep. This class has no functions loaded.
See Also:
  • Field Details

  • Constructor Details

    • FunctionTable

      public FunctionTable()
      Constructor with an empty map.
    • FunctionTable

      protected FunctionTable(Map<String,PostfixMathCommandI> oldMap)
      Constructor with a pre-specified map. Subclasses should define similar constructors to allow the shallowCopy() to work.
      Parameters:
      oldMap - map with existing set of functions
      Since:
      4.0
  • Method Details