Package com.qfs.chunk
Interface IRowMapping.IWritableRowMapping
- All Superinterfaces:
IMemoryMonitored,IRowMapping
- All Known Implementing Classes:
ColumnIntegerRowMapping,HashMapRowMapping
- Enclosing interface:
- IRowMapping
The modifiable mapping.
- Author:
- ActiveViam
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.qfs.chunk.IRowMapping
IRowMapping.IWritableRowMapping -
Field Summary
Fields inherited from interface com.qfs.chunk.IRowMapping
NO_ROW -
Method Summary
Methods inherited from interface com.qfs.monitoring.memory.IMemoryMonitored
getMemoryStatisticMethods inherited from interface com.qfs.chunk.IRowMapping
destroy, get, getOrDefault, size
-
Method Details
-
map
void map(int fromRow, int toRow) Maps the given row.- Parameters:
fromRow- row in the initial arraytoRow- row in the new array
-