| Interface | Description |
|---|---|
| IntColumnIterator |
This interface specifies an iterator over a
IntColumnMap object. |
| IntRow |
This interface specifies a row that contains columns of int values.
|
| IntRowUpdate |
This interface specifies a row update that contains columns of int
update values.
|
| Class | Description |
|---|---|
| DenseIntColumnMap |
This implementation of
IntColumnMap assumes that column IDs are
dense, ie. |
| DenseIntRow |
This implementation of
IntRow assumes a dense set of columns, ie. |
| DenseIntRowFactory |
This row factory produces dense int rows of a constant capacity.
|
| DenseIntRowUpdate |
This implementation of
IntRowUpdate assumes a dense set of
columns, ie. |
| DenseIntRowUpdateFactory |
This row update factory produces dense int row updates of a constant
capacity.
|
| IntColumnMap |
This abstract class defines the interface for a structure that contains
columns of int primitive types.
|
| SparseIntColumnMap |
This implementation of
IntColumnMap assumes that column IDs are
sparse, ie. |
| SparseIntRow |
This implementation of
IntRow assumes a sparse set of columns,
ie. |
| SparseIntRowFactory |
This row factory produces sparse int rows.
|
| SparseIntRowUpdate |
This implementation of
IntRowUpdate assumes a sparse set of
columns, ie. |
| SparseIntRowUpdateFactory |
This row update factory produces sparse int row updates.
|