| Array |
Superclass for implementations of multidimensional arrays.
|
| ArrayBoolean |
Concrete implementation of Array specialized for booleans.
|
| ArrayByte |
Concrete implementation of Array specialized for bytes.
|
| ArrayChar |
Concrete implementation of Array specialized for chars.
|
| ArrayChar.StringIterator |
rank must be > 0
|
| ArrayComplex |
Concrete implementation of Array specialized for complex.
|
| ArrayComplex.D3.IF |
|
| ArrayDate |
Concrete implementation of Array specialized for complex.
|
| ArrayDate.D3.IF |
|
| ArrayDouble |
Concrete implementation of Array specialized for doubles.
|
| ArrayDouble.D3.IF |
|
| ArrayFloat |
Concrete implementation of Array specialized for floats.
|
| ArrayInt |
Concrete implementation of Array specialized for ints.
|
| ArrayLong |
Concrete implementation of Array specialized for longs.
|
| ArrayObject |
Concrete implementation of Array specialized for Objects.
|
| ArraySequence |
ArraySequence is the way to contain the data for a Sequence, using a StructureDataIterator.
|
| ArrayShort |
Concrete implementation of Array specialized for shorts.
|
| ArrayString |
Concrete implementation of Array specialized for Strings.
|
| ArrayStructureBak |
Superclass for implementations of Array of StructureData.
|
| ArrayStructureBB |
Concrete implementation of ArrayStructure, data storage is in a ByteBuffer, which is converted to member data on the fly.
|
| ArrayStructureMA |
Concrete implementation of ArrayStructure, data storage is in member arrays, which are converted to
StructureData member data on the fly.
|
| Complex |
|
| DataType |
Type-safe enumeration of data types.
|
| DataType.Signedness |
A property of integral data types that determines whether they can represent both
positive and negative numbers (signed), or only non-negative numbers (unsigned).
|
| DimArray |
|
| Dimension |
Template
|
| DimensionType |
|
| Index |
Indexes for Multidimensional arrays.
|
| Index0D |
Specialization of Index for rank 0 arrays, ie scalars.
|
| Index7D |
Specialization of Index for rank 7 arrays.
|
| IndexIterator |
Iteration through each element of an Array in "canonical order".
|
| InvalidRangeException |
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| IsMissingEvaluator |
A mix-in interface for evaluating if a value is missing.
|
| MAMath.MinMax |
Holds a minimum and maximum value.
|
| MAMath.ScaleOffset |
Holds a scale and offset.
|
| MAMatrix |
Abstraction for matrix operations.
|
| MAVector |
Abstraction for vector operations.
|
| Range |
Represents a set of integers, used as an index for arrays.
|
| Range.Iterator |
|
| Section |
A section of multidimensional array indices.
|
| Section.Iterator |
|
| StructureData |
A container for a Structure's data.
|
| StructureDataA |
A StructureData implementation delegates everything to the containing ArrayStructure.
|
| StructureDataDeep |
Make a deep copy of an existing StructureData, so that all the data is contained in this object
|
| StructureDataIterator |
An iterator over StructureData.
|
| StructureDataMediator |
Describe
|
| StructureDataW |
A StructureData implementation that has its data self-contained.
|
| StructureMembers |
A Collection of members contained in a StructureData.
|
| StructureMembers.Member |
A member of a StructureData.
|