Package com.qfs.chunk

Interface IRowMapping.IWritableRowMapping

All Superinterfaces:
IMemoryMonitored, IRowMapping
All Known Implementing Classes:
ColumnIntegerRowMapping, HashMapRowMapping
Enclosing interface:
IRowMapping

public static interface IRowMapping.IWritableRowMapping extends IRowMapping
The modifiable mapping.
Author:
ActiveViam
  • Method Details

    • map

      void map(int fromRow, int toRow)
      Maps the given row.
      Parameters:
      fromRow - row in the initial array
      toRow - row in the new array