com.jidesoft.diff
Class LazyLoadTableRowData
java.lang.Object
com.jidesoft.diff.LazyLoadTableRowData
public class LazyLoadTableRowData
- extends Object
The lazy load table row data to represent a row's data to save the memory.
- Since:
- 3.4.1
LazyLoadTableRowData
public LazyLoadTableRowData(TableModel model,
int rowIndex)
- The constructor.
- Parameters:
model
- the table modelrowIndex
- the row index
getRowData
public List<Object> getRowData()
- Gets the real row data that consumes memory.
- Returns:
- the list of cell values.
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object