| Interface | Description |
|---|---|
| JPRACursor1DType<T> |
The type of cursors that address 1D arrays of values of type
T. |
| JPRACursor2DType<T> |
The type of cursors that address 2D arrays of values of type
T. |
| JPRACursorByteReadableType |
The type of cursors that expose byte offsets.
|
| JPRACursorType<T> |
The type of cursors that address elements of type
T. |
| JPRAStringReadableType |
The type of read-only pointers to strings.
|
| JPRAStringType |
The type of readable and writable strings.
|
| JPRAStringWritableType |
The type of pointers to writable strings
|
| JPRAValueByteBufferedConstructorType<T extends JPRAValueType> |
The type of constructors that yield
ByteBuffer-backed values. |
| JPRAValueType |
The type of values.
|
| Class | Description |
|---|---|
| JPRACursor1DByteBufferedChecked<T extends JPRAValueType> |
A 1D cursor implementation that addresses values within a
ByteBuffer
and performs bounds checking. |
| JPRACursor1DByteBufferedUnchecked<T extends JPRAValueType> |
A 1D cursor implementation that addresses values within a
ByteBuffer
and does not perform bounds checking. |
| JPRACursor2DByteBufferedChecked<T extends JPRAValueType> |
A 2D cursor implementation that addresses values within a
ByteBuffer
and performs bounds checking. |
| JPRACursor2DByteBufferedUnchecked<T extends JPRAValueType> |
A 2D cursor implementation that addresses values within a
ByteBuffer
and does not perform bounds checking. |
| JPRAStringByteBuffered |
An implementation of the
JPRAStringType that accesses an underlying
ByteBuffer. |
| Enum | Description |
|---|---|
| JPRAStringTruncation |
Behaviour for string truncation.
|
Copyright © 2015 <code@io7m.com> http://io7m.com