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