org.rococoa.cocoa.foundation
Class NSInteger

java.lang.Object
  extended by java.lang.Number
      extended by com.sun.jna.IntegerType
          extended by com.sun.jna.NativeLong
              extended by org.rococoa.cocoa.foundation.NSInteger
All Implemented Interfaces:
com.sun.jna.NativeMapped, java.io.Serializable

public class NSInteger
extends com.sun.jna.NativeLong

Author:
pixel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.jna.NativeLong
SIZE
 
Constructor Summary
NSInteger()
           
NSInteger(long value)
           
NSInteger(com.sun.jna.NativeLong nativeLong)
           
 
Method Summary
 
Methods inherited from class com.sun.jna.IntegerType
doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSInteger

public NSInteger()

NSInteger

public NSInteger(long value)

NSInteger

public NSInteger(com.sun.jna.NativeLong nativeLong)


Copyright © 2009. All Rights Reserved.