All Implemented Interfaces:
Comparable<CPDouble>

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

    • CPDouble

      public CPDouble(double value)
      Constructs a new instance.
      Parameters:
      value - The value.
  • Method Details