Class CFNumber

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CFNumber
    extends CFPropertyList
    • Constructor Detail

      • CFNumber

        protected CFNumber()
    • Method Detail

      • byteValue

        public byte byteValue()
      • shortValue

        public short shortValue()
      • charValue

        public char charValue()
      • intValue

        public int intValue()
      • longValue

        public long longValue()
      • floatValue

        public float floatValue()
      • doubleValue

        public double doubleValue()
      • booleanValue

        public boolean booleanValue()
      • valueOf

        public static CFNumber valueOf​(byte value)
      • valueOf

        public static CFNumber valueOf​(short value)
      • valueOf

        public static CFNumber valueOf​(char value)
      • valueOf

        public static CFNumber valueOf​(int value)
      • valueOf

        public static CFNumber valueOf​(long value)
      • valueOf

        public static CFNumber valueOf​(float value)
      • valueOf

        public static CFNumber valueOf​(double value)
      • valueOf

        public static CFNumber valueOf​(boolean value)
      • valueOf

        public static CFNumber valueOf​(java.lang.Number value)
      • getPositiveInfinity

        public static CFNumber getPositiveInfinity()
      • getNegativeInfinity

        public static CFNumber getNegativeInfinity()
      • getNaN

        public static CFNumber getNaN()
      • getClassTypeID

        public static long getClassTypeID()
      • getByteSize

        public long getByteSize()
      • isFloatType

        public boolean isFloatType()