Package hec.model

Class IntToDoubleArrayContainer

java.lang.Object
hec.model.IntToDoubleArrayContainer
All Implemented Interfaces:
Serializable, Cloneable

public class IntToDoubleArrayContainer extends Object implements Serializable, Cloneable
See Also:
  • Field Details

    • intValue

      public int intValue
    • doubleVector

      public DoubleVector doubleVector
  • Constructor Details

    • IntToDoubleArrayContainer

      public IntToDoubleArrayContainer()
    • IntToDoubleArrayContainer

      public IntToDoubleArrayContainer(int value)
  • Method Details