org.rococoa.cocoa.foundation
Interface NSNumber

All Superinterfaces:
NSObject

public interface NSNumber
extends NSObject


Nested Class Summary
static interface NSNumber._Class
           
 
Field Summary
static NSNumber._Class CLASS
           
 
Method Summary
 int compare(NSNumber another)
           
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 long longValue()
           
 short shortValue()
           
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Field Detail

CLASS

static final NSNumber._Class CLASS
Method Detail

shortValue

short shortValue()

intValue

int intValue()

longValue

long longValue()

floatValue

float floatValue()

doubleValue

double doubleValue()

compare

int compare(NSNumber another)


Copyright © 2009. All Rights Reserved.