Package hec.model

Class IntToDoubleContainer

java.lang.Object
hec.model.IntToDoubleContainer
All Implemented Interfaces:
Serializable

public class IntToDoubleContainer extends Object implements Serializable
See Also:
  • Field Details

    • intValue

      public int intValue
    • doubleValue

      public double doubleValue
  • Constructor Details

    • IntToDoubleContainer

      public IntToDoubleContainer()
    • IntToDoubleContainer

      public IntToDoubleContainer(int i, double d)
  • Method Details