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. |
| CharArrayIndexer |
An indexer for a
char[] array. |
| CharBufferIndexer |
An indexer for a
CharBuffer. |
| CharIndexer |
Abstract indexer for the
char primitive type. |
| DoubleArrayIndexer |
An indexer for a
double[] array. |
| DoubleBufferIndexer |
An indexer for a
DoubleBuffer. |
| DoubleIndexer |
Abstract indexer for the
double primitive type. |
| FloatArrayIndexer |
An indexer for a
float[] array. |
| FloatBufferIndexer |
An indexer for a
FloatBuffer. |
| FloatIndexer |
Abstract indexer for the
float primitive type. |
| Indexer |
Top-level class of all data indexers, providing easy-to-use and efficient
multidimensional access to primitive arrays and NIO buffers.
|
| IntArrayIndexer |
An indexer for an
int[] array. |
| IntBufferIndexer |
An indexer for an
IntBuffer. |
| IntIndexer |
Abstract indexer for the
int primitive type. |
| LongArrayIndexer |
An indexer for a
long[] array. |
| LongBufferIndexer |
An indexer for a
LongBuffer. |
| LongIndexer |
Abstract indexer for the
long primitive type. |
| ShortArrayIndexer |
An indexer for a
short[] array. |
| ShortBufferIndexer |
An indexer for a
ShortBuffer. |
| ShortIndexer |
Abstract indexer for the
short primitive type. |
| 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. |
| 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. |
Copyright © 2015. All Rights Reserved.