Module jfa

Interface NSNumber

    • Method Detail

      • initWithChar

        NSNumber initWithChar​(char value)
      • initWithShort

        NSNumber initWithShort​(short value)
      • initWithInt

        NSNumber initWithInt​(int value)
      • initWithLong

        NSNumber initWithLong​(long value)
      • initWithFloat

        NSNumber initWithFloat​(float value)
      • initWithDouble

        NSNumber initWithDouble​(double value)
      • initWithBool

        NSNumber initWithBool​(boolean value)