Column class following the PersistenceMatrixColumn concept. More...
Column class following the PersistenceMatrixColumn concept.
Column based on a vector structure. The cells are always ordered by row index, but cells are removed by clear(index) in a lazy way, so erased values can still be in the underlying container. On the other hand, two cells will never have the same row index.