See: Description
| Interface | Description |
|---|---|
| Indexable |
An interface implemented to let users access data classes via an
Indexer. |
| Class | Description |
|---|---|
| ByteArrayIndexer |
An indexer for a
byte[] array. |
| ByteBufferIndexer |
An indexer for a
ByteBuffer. |
| ByteIndexer |
Abstract indexer for the
byte primitive type. |
| ByteRawIndexer |
An indexer for a
BytePointer using the Raw instance. |
| CharArrayIndexer |
An indexer for a
char[] array. |
| CharBufferIndexer |
An indexer for a
CharBuffer. |
| CharIndexer |
Abstract indexer for the
char primitive type. |
| CharRawIndexer |
An indexer for a
CharPointer using the Raw instance. |
| DoubleArrayIndexer |
An indexer for a
double[] array. |
| DoubleBufferIndexer |
An indexer for a
DoubleBuffer. |
| DoubleIndexer |
Abstract indexer for the
double primitive type. |
| DoubleRawIndexer |
An indexer for a
DoublePointer using the Raw instance. |
| FloatArrayIndexer |
An indexer for a
float[] array. |
| FloatBufferIndexer |
An indexer for a
FloatBuffer. |
| FloatIndexer |
Abstract indexer for the
float primitive type. |
| FloatRawIndexer |
An indexer for a
FloatPointer using the Raw instance. |
| HalfArrayIndexer |
An indexer for a
short[] array, treated as half-precision float. |
| HalfBufferIndexer |
An indexer for a
ShortBuffer, treated as half-precision float. |
| HalfIndexer |
Abstract indexer for the
short primitive type, treated as half-precision float. |
| HalfRawIndexer |
An indexer for a
ShortPointer using the Raw instance, treated as half-precision float. |
| Indexer |
Top-level class of all data indexers, providing easy-to-use and efficient
multidimensional access to primitive arrays, NIO buffers, and the raw memory interface.
|
| IntArrayIndexer |
An indexer for an
int[] array. |
| IntBufferIndexer |
An indexer for an
IntBuffer. |
| IntIndexer |
Abstract indexer for the
int primitive type. |
| IntRawIndexer |
An indexer for an
IntPointer using the Raw instance. |
| LongArrayIndexer |
An indexer for a
long[] array. |
| LongBufferIndexer |
An indexer for a
LongBuffer. |
| LongIndexer |
Abstract indexer for the
long primitive type. |
| LongRawIndexer |
An indexer for a
LongPointer using the Raw instance. |
| Raw |
The raw memory interface supporting long indexing.
|
| ReverseUnsafeRaw |
A raw memory interface based on
UnsafeRaw that swaps the bytes. |
| ShortArrayIndexer |
An indexer for a
short[] array. |
| ShortBufferIndexer |
An indexer for a
ShortBuffer. |
| ShortIndexer |
Abstract indexer for the
short primitive type. |
| ShortRawIndexer |
An indexer for a
ShortPointer using the Raw instance. |
| UByteArrayIndexer |
An indexer for a
byte[] array, treated as unsigned. |
| UByteBufferIndexer |
An indexer for a
ByteBuffer, treated as unsigned. |
| UByteIndexer |
Abstract indexer for the
byte primitive type, treated as unsigned. |
| UByteRawIndexer |
An indexer for a
BytePointer using the Raw instance, treated as unsigned. |
| UnsafeRaw |
The raw memory interface based on
Unsafe. |
| UShortArrayIndexer |
An indexer for a
short[] array, treated as unsigned. |
| UShortBufferIndexer |
An indexer for a
ShortBuffer, treated as unsigned. |
| UShortIndexer |
Abstract indexer for the
short primitive type, treated as unsigned. |
| UShortRawIndexer |
An indexer for a
ShortPointer using the Raw instance, treated as unsigned. |
Copyright © 2017. All rights reserved.