org.rococoa.cocoa.foundation
Class NSUInteger

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.NSUInteger
All Implemented Interfaces:
com.sun.jna.NativeMapped, java.io.Serializable

public class NSUInteger
extends com.sun.jna.NativeLong

Author:
pixel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.jna.NativeLong
SIZE
 
Constructor Summary
NSUInteger()
           
NSUInteger(long value)
           
NSUInteger(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

NSUInteger

public NSUInteger()

NSUInteger

public NSUInteger(long value)

NSUInteger

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


Copyright © 2009. All Rights Reserved.