org.rococoa.cocoa.foundation.categories
Interface NSNumberCreation

All Known Implementing Classes:
NSDecimalNumber, NSNumber

public interface NSNumberCreation

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSNumberCreation._static_
           
 
Method Summary
 NSNumber initWithBool(boolean value)
           
 NSNumber initWithChar(byte value)
           
 NSNumber initWithDouble(double value)
           
 NSNumber initWithFloat(float value)
           
 NSNumber initWithInt(int value)
           
 NSNumber initWithInteger(int value)
           
 NSNumber initWithLong(NativeLong value)
           
 NSNumber initWithLongLong(long value)
           
 NSNumber initWithShort(short value)
           
 NSNumber initWithUnsignedChar(byte value)
           
 NSNumber initWithUnsignedInt(int value)
           
 NSNumber initWithUnsignedInteger(int value)
           
 NSNumber initWithUnsignedLong(NativeLong value)
           
 NSNumber initWithUnsignedLongLong(long value)
           
 NSNumber initWithUnsignedShort(short value)
           
 

Method Detail

initWithChar

NSNumber initWithChar(byte value)

initWithUnsignedChar

NSNumber initWithUnsignedChar(byte value)

initWithShort

NSNumber initWithShort(short value)

initWithUnsignedShort

NSNumber initWithUnsignedShort(short value)

initWithInt

NSNumber initWithInt(int value)

initWithUnsignedInt

NSNumber initWithUnsignedInt(int value)

initWithLong

NSNumber initWithLong(NativeLong value)

initWithUnsignedLong

NSNumber initWithUnsignedLong(NativeLong value)

initWithLongLong

NSNumber initWithLongLong(long value)

initWithUnsignedLongLong

NSNumber initWithUnsignedLongLong(long value)

initWithFloat

NSNumber initWithFloat(float value)

initWithDouble

NSNumber initWithDouble(double value)

initWithBool

NSNumber initWithBool(boolean value)

initWithInteger

NSNumber initWithInteger(int value)

initWithUnsignedInteger

NSNumber initWithUnsignedInteger(int value)