Package com.sun.jna.platform.win32
Class WinDef.LONG
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.LONG
- All Implemented Interfaces:
NativeMapped
,Serializable
,Comparable<WinDef.LONG>
- Direct Known Subclasses:
OaIdl.DISPID
- Enclosing interface:
- WinDef
The Class LONG.
- 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.
-
-
Constructor Details
-
LONG
public LONG()Instantiates a new long. -
LONG
public LONG(long value) Instantiates a new long.- Parameters:
value
- the value
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<WinDef.LONG>
-