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