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
 
public static class WinDef.WORD extends IntegerType implements Comparable<WinDef.WORD>
16-bit unsigned integer.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intSIZEThe Constant SIZE. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(WinDef.WORD other)- 
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString 
- 
Methods inherited from class java.lang.Number
byteValue, shortValue 
 - 
 
 - 
 
- 
- 
Field Detail
- 
SIZE
public static final int SIZE
The Constant SIZE.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
compareTo
public int compareTo(WinDef.WORD other)
- Specified by:
 compareToin interfaceComparable<WinDef.WORD>
 
 - 
 
 -