org.rococoa.cocoa.foundation
Class NSNumber

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSNumber
All Implemented Interfaces:
ObjCObject

public abstract class NSNumber
extends NSObject


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

CLASS

public static final NSNumber._Class CLASS
Constructor Detail

NSNumber

public NSNumber()
Method Detail

shortValue

public abstract short shortValue()

intValue

public abstract int intValue()

longValue

public abstract long longValue()

floatValue

public abstract float floatValue()

doubleValue

public abstract double doubleValue()

compare

public abstract int compare(NSNumber another)


Copyright © 2012. All Rights Reserved.