Package com.sun.jna.platform.win32
Class WinDef.SHORT
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.SHORT
- All Implemented Interfaces:
NativeMapped
,Serializable
,Comparable<WinDef.SHORT>
- Enclosing interface:
- WinDef
16-bit short.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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 Details
-
SIZE
public static final int SIZEThe Constant SIZE.- See Also:
-
-
Constructor Details
-
SHORT
public SHORT()Instantiates a new SHORT. -
SHORT
public SHORT(long value) Instantiates a new SHORT.- Parameters:
value
- the value
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<WinDef.SHORT>
-