Interface | Description |
---|---|
IArrayAccessor<T> |
Abstraction of access to flattened multi-dimensional arrays.
|
IListDataAdapter<T> |
Abstraction of data access to a list like object.
|
ITableDataAdapter<T> |
Abstraction of data access to a table-like object.
|
Class | Description |
---|---|
ArrayAccessor<T> |
Provide methods for accessing two dimensional slices and subspace slices of a
mult-dimensional array.
|
IndexCounter |
A utility class that handles increments of subscripts of a multi-dimensional
array.
|
IndicesValidator |
A utility class that helps validate whether an array of indices is the whole
set or a subset of indices from 0 to n-1.
|
Slice<T> |
A simple bean class that holds onto a two-dimensional slice of a
multi-dimensional array.
|
SubspaceSlice<T> |
A simple bean that holds onto a slice of a multi-dimensional array in a
subspace of the array space of the multi-dimensional array.
|
TableDataAdapterCreator<T> |
A factory class that helps create a
ITableDataAdapter . |