|
Class Summary |
| IEEE32Array |
Concrete fixed size array that holds elements of the Java float
floating-point primitive data type. |
| IEEE64Array |
Concrete fixed size array that holds elements of the Java double
floating-point primitive data type. |
| Int16Array |
Concrete fixed size array that holds elements of the 16-bit signed integral type. |
| Int32Array |
|
| Int64Array |
Concrete fixed size array that holds elements of the 16-bit signed integral type. |
| Int8Array |
Concrete fixed size array that holds elements of the 8-bit signed integral type. |
| IntegerVarArray |
|
| PrimArithmeticArray |
A common superclass for primitive arrays of arithmetic values
such as floats and integers. |
| PrimArray |
Array object of a fixed size composed of elements of the same type. |
| PrimFloatArray |
Fixed size array containing floating point numbers of the same precision. |
| PrimIntArray |
|
| PrimIntegerArray |
A common superclass for primitive arrays of integer types; this is the point
to add bulk operations for Boolean operations, etc if we ever want them |
| PtrArray |
|
| SharedPtrArray |
|
| UInt16Array |
|
| UInt32Array |
|
| UInt8Array |
|
| WeakPtrArray |
|