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 | Description |
---|---|---|
boolean |
getBooleanValue(long ix) |
Retrieve the current value of this sequence as a boolean value.
|
double |
getDoubleValue(long ix) |
Retrieve the current value of this sequence as a floating point number.
|
int |
getIntValue(long ix) |
Retrieve the current value of this sequence as an integer.
|
java.lang.Object |
getObjectValue(long ix) |
Retrieve the value at a given index as an object.
|
java.lang.Object getObjectValue(long ix)
ix
- value indexdouble getDoubleValue(long ix)
ix
- value indexint getIntValue(long ix)
ix
- value indexboolean getBooleanValue(long ix)
ix
- value indexCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.