public interface CachedReader
Attempting to access a value with an index out of range for this reader will also result in undefined behaviour.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue(long ix)
Retrieve the value at a given index as a boolean value.
|
double |
getDoubleValue(long ix)
Retrieve the value at a given index as a floating point number.
|
int |
getIntValue(long ix)
Retrieve the value at a given index as an integer.
|
long |
getLongValue(long ix)
Retrieve the value at a given index a long.
|
Object |
getObjectValue(long ix)
Retrieve the value at a given index as an object.
|
Object getObjectValue(long ix)
ix - value indexdouble getDoubleValue(long ix)
ix - value indexint getIntValue(long ix)
ix - value indexlong getLongValue(long ix)
ix - value indexboolean getBooleanValue(long ix)
ix - value indexCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.