Class CPFloat

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

    public class CPFloat
    extends CPConstant<CPFloat>
    Constant pool entry for a float.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float theFloat  
    • Constructor Summary

      Constructors 
      Constructor Description
      CPFloat​(float theFloat)  
    • Field Detail

      • theFloat

        private final float theFloat
    • Constructor Detail

      • CPFloat

        public CPFloat​(float theFloat)
    • Method Detail

      • compareTo

        public int compareTo​(CPFloat obj)
      • getFloat

        public float getFloat()