| Modifier and Type | Field and Description |
|---|---|
protected static byte |
LATIN1_ZERO |
| Constructor and Description |
|---|
LongField() |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue()
Gets the value of this long field as a Java 64-bit signed integer.
|
void |
setValue(long v)
Sets the value of this long field using the specified Java 64-bit signed integer.
|
protected static final byte LATIN1_ZERO
public long getValue()
public void setValue(long v)
v - The int used to set the value.