T - The type of addressed elementspublic interface JPRACursor1DType<T> extends JPRACursorByteReadableType, JPRACursorType<T>
T.| Modifier and Type | Method and Description |
|---|---|
int |
getElementIndex() |
void |
setElementIndex(int index)
Point the cursor at element
index of the array. |
getByteOffsetObservablegetElementViewint getElementIndex()
void setElementIndex(int index)
throws IndexOutOfBoundsException
Point the cursor at element index of the array.
Implementations are permitted to perform bounds checking, and must throw
IndexOutOfBoundsException on out-of-bounds indices.
index - The indexIndexOutOfBoundsException - Iff the implementation performs bounds
checking and the index is out of rangeCopyright © 2015 <code@io7m.com> http://io7m.com