Package com.sun.jna.platform.win32
Class WinDef.USHORT
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.USHORT
- All Implemented Interfaces:
- NativeMapped,- Serializable,- Comparable<WinDef.USHORT>
- Direct Known Subclasses:
- WTypes.VARTYPE
- Enclosing interface:
- WinDef
16-bit unsigned short.
- 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- 
USHORTpublic USHORT()Instantiates a new USHORT.
- 
USHORTpublic USHORT(long value) Instantiates a new USHORT.- Parameters:
- value- the value
 
 
- 
- 
Method Details- 
compareTo- Specified by:
- compareToin interface- Comparable<WinDef.USHORT>
 
 
-