Package | Description |
---|---|
com.kenai.jaffl |
Modifier and Type | Method and Description |
---|---|
static NativeLong |
NativeLong.valueOf(int value)
Returns a NativeLong instance representing the specified int value
|
static NativeLong |
NativeLong.valueOf(long value)
Returns a NativeLong instance representing the specified long value
|
Modifier and Type | Method and Description |
---|---|
int |
NativeLong.compareTo(NativeLong other)
Compares two
NativeLong instances numerically. |