Class DataTableBasic.DoubleKey

java.lang.Object
net.finmath.singleswaprate.data.DataTableBasic.DoubleKey
All Implemented Interfaces:
Serializable
Enclosing class:
DataTableBasic

protected class DataTableBasic.DoubleKey extends Object implements Serializable
Nested class to use as key in values map.
Author:
Christian Fries, Roland Bachl
See Also:
  • Constructor Details

    • DoubleKey

      protected DoubleKey(int maturity, int termination)
      Create key from int.
      Parameters:
      maturity - The maturity.
      termination - The termination.
    • DoubleKey

      protected DoubleKey(double maturity, double termination)
      Create key from double.
      Parameters:
      maturity - The maturtiy.
      termination - The termination.
  • Method Details