| Class and Description |
|---|
| ByteLargeArray
An array of signed bytes [-128, 127] that can store up to 263 elements.
|
| ComplexDoubleLargeArray
An array of complex numbers (double precision) that can store up to 263 elements.
|
| ComplexFloatLargeArray
An array of complex numbers (double precision) that can store up to 263 elements.
|
| DoubleLargeArray
An array of doubles that can store up to 263 elements.
|
| FloatLargeArray
An array of floats that can store up to 263 elements.
|
| IntLargeArray
An array of ints that can store up to 263 elements.
|
| LargeArray
The base class for all large arrays.
|
| LargeArrayType
Supported types of large arrays.
|
| LogicLargeArray
An array of bits (0 and 1) that can store up to 263 elements.
|
| LongLargeArray
An array of longs that can store up to 263 elements.
|
| ObjectLargeArray
An array of objects that can store up to 263 elements.
|
| ShortLargeArray
An array of shorts that can store up to 263 elements.
|
| StringLargeArray
An array of strings that can store up to 263 elements.
|
| UnsignedByteLargeArray
An array of unsigned bytes [0, 255] that can store up to 263 elements.
|
Copyright © 2015. All rights reserved.