public final class Int2.Data extends Struct.Data
| Constructor and Description |
|---|
Data() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets the second int.
|
int |
getValue()
Gets the first int.
|
void |
putIndex(int v)
Puts the second int.
|
void |
putValue(int v)
Puts the first int.
|
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, putShortpublic int getValue()
public int getIndex()
public void putValue(int v)
v - first valuepublic void putIndex(int v)
v - second int