public interface RawMemory
Modifier and Type | Method and Description |
---|---|
byte |
get(int idx)
Get byte value at the given index.
|
char |
getChar(int idx)
Get char value at the given index.
|
double |
getDouble(int idx)
Get double value at the given index.
|
float |
getFloat(int idx)
Get float value at the given index.
|
int |
getInt(int idx)
Get int value at the given index.
|
long |
getLong(int idx)
Get long value at the given index.
|
short |
getShort(int idx)
Get short value at the given index.
|
int |
length()
Get length.
|
byte get(int idx)
idx
- Index.short getShort(int idx)
idx
- Index.char getChar(int idx)
idx
- Index.int getInt(int idx)
idx
- Index.long getLong(int idx)
idx
- Index.float getFloat(int idx)
idx
- Index.double getDouble(int idx)
idx
- Index.int length()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019