Package com.sun.jna.platform.win32
Class WinDef.UINT
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.UINT
- All Implemented Interfaces:
- NativeMapped,- Serializable,- Comparable<WinDef.UINT>
- Enclosing interface:
- WinDef
32-bit unsigned int.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class java.lang.NumberbyteValue, shortValue
- 
Field Details- 
SIZEpublic static final int SIZEThe Constant SIZE.- See Also:
 
 
- 
- 
Constructor Details- 
UINTpublic UINT()Instantiates a new UINT.
- 
UINTpublic UINT(long value) Instantiates a new UINT.- Parameters:
- value- the value
 
 
- 
- 
Method Details- 
compareTo- Specified by:
- compareToin interface- Comparable<WinDef.UINT>
 
 
-