| Interface | Description |
|---|---|
| LongColumnIterator |
This interface specifies an iterator over a
LongColumnMap object. |
| LongRow |
This interface specifies a row that contains columns of long values.
|
| LongRowUpdate |
This interface specifies a row update that contains columns of long
update values.
|
| Class | Description |
|---|---|
| DenseLongColumnMap |
This implementation of
LongColumnMap assumes that column IDs are
dense, ie. |
| DenseLongRow |
This implementation of
LongRow assumes a dense set of columns, ie. |
| DenseLongRowFactory |
This row factory produces dense long rows of a constant capacity.
|
| DenseLongRowUpdate |
This implementation of
LongRowUpdate assumes a dense set of
columns, ie. |
| DenseLongRowUpdateFactory |
This row update factory produces dense long row updates of a constant
capacity.
|
| LongColumnMap |
This abstract class defines the interface for a structure that contains
columns of long primitive types.
|
| SparseLongColumnMap |
This implementation of
LongColumnMap assumes that column IDs are
sparse, ie. |
| SparseLongRow |
This implementation of
LongRow assumes a sparse set of columns,
ie. |
| SparseLongRowFactory |
This row factory produces sparse long rows.
|
| SparseLongRowUpdate |
This implementation of
LongRowUpdate assumes a sparse set of
columns, ie. |
| SparseLongRowUpdateFactory |
This row update factory produces sparse long row updates.
|