Class CFNumber

All Implemented Interfaces:
AutoCloseable

public class CFNumber
extends CFPropertyList
  • Constructor Details

    • CFNumber

      protected CFNumber()
  • Method Details

    • 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​(Number value)
    • compareTo

      public CFComparisonResult compareTo​(CFNumber otherNumber)
    • getPositiveInfinity

      public static CFNumber getPositiveInfinity()
    • getNegativeInfinity

      public static CFNumber getNegativeInfinity()
    • getNaN

      public static CFNumber getNaN()
    • getClassTypeID

      public static long getClassTypeID()
    • getType

      public CFNumberType getType()
    • getByteSize

      public long getByteSize()
    • isFloatType

      public boolean isFloatType()