public interface MutableDataFrame<R,C,V> extends DataFrame<R,C,V>
Modifier and Type | Method and Description |
---|---|
void |
setValueAt(R row,
C column,
V value)
Sets the value for the cell at the intersection of the
column key and row key. |
addDataFrameListener, addWeakDataFrameListener, aggregate, append, benchmark, columns, filter, getColumn, getColumnAddress, getColumnClass, getColumnCount, getColumnIndex, getColumnKey, getColumnName, getCount, getCountDistinct, getMax, getMean, getMin, getRow, getRowAddress, getRowClass, getRowCount, getRowIndex, getRowKey, getStdDev, getSum, getValueAt, getVariance, getVariance, join, orderRows, print, print, reindexRows, removeDataFrameListener, removeDataFrameListeners, rows
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.