All Implemented Interfaces:
Comparable<CPDouble>

public class CPDouble extends CPConstant<CPDouble>
Constant pool entry for a double.
  • Field Details

    • theDouble

      private final double theDouble
  • Constructor Details

    • CPDouble

      public CPDouble(double theDouble)
  • Method Details

    • compareTo

      public int compareTo(CPDouble obj)
    • getDouble

      public double getDouble()