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