Class Tests.Compound

    • Field Detail

      • intValue

        public Integer intValue
        Field 1.
      • doubleValue

        public Double doubleValue
        Field 2.
    • Constructor Detail

      • Compound

        Compound​(int intValue,
                 double doubleValue)
        Construct a new Compound object.
        Parameters:
        intValue - int; the value to assign to intValue
        doubleValue - double; the value to assign to doubleValue