public final class LongInt.Data extends Struct.Data
Constructor and Description |
---|
Data() |
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Gets the int value.
|
long |
getValue()
Gets the long value.
|
void |
putIndex(int v)
Puts the int value.
|
void |
putValue(long v)
Puts the long value.
|
getBuffer, getBuffer, getBuffer, getByte, getByte, getChar, getChar, getData, getData, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, putByte, putByte, putChar, putChar, putDouble, putDouble, putFloat, putFloat, putInt, putInt, putLong, putLong, putShort, putShort
public long getValue()
public int getIndex()
public void putValue(long v)
v
- long valuepublic void putIndex(int v)
v
- int value