Class CPDouble

  • All Implemented Interfaces:
    java.lang.Comparable<CPDouble>

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

      Fields 
      Modifier and Type Field Description
      private double theDouble  
    • Constructor Summary

      Constructors 
      Constructor Description
      CPDouble​(double theDouble)  
    • Field Detail

      • theDouble

        private final double theDouble
    • Constructor Detail

      • CPDouble

        public CPDouble​(double theDouble)
    • Method Detail

      • compareTo

        public int compareTo​(CPDouble obj)
      • getDouble

        public double getDouble()