|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSNumber
public abstract class NSNumber
Nested Class Summary | |
---|---|
static interface |
NSNumber._Class
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
NSObject._class_ |
Field Summary | |
---|---|
static NSNumber._Class |
CLASS
|
Constructor Summary | |
---|---|
NSNumber()
|
Method Summary | |
---|---|
abstract int |
compare(NSNumber another)
|
abstract double |
doubleValue()
|
abstract float |
floatValue()
|
abstract int |
intValue()
|
abstract long |
longValue()
|
abstract short |
shortValue()
|
Methods inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
description, isKindOfClass, isKindOfClass, release, retain, retainCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Field Detail |
---|
public static final NSNumber._Class CLASS
Constructor Detail |
---|
public NSNumber()
Method Detail |
---|
public abstract short shortValue()
public abstract int intValue()
public abstract long longValue()
public abstract float floatValue()
public abstract double doubleValue()
public abstract int compare(NSNumber another)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |