org.pentaho.reporting.libraries.base.util
public class ObjectTable extends Object implements Serializable
Constructor Summary | |
---|---|
ObjectTable()
Creates a new table. | |
ObjectTable(int increment)
Creates a new table.
| |
ObjectTable(int rowIncrement, int colIncrement)
Creates a new table.
|
Method Summary | |
---|---|
void | clear()
Clears the table. |
void | clearRow(int row)
Clears the row by removing the array that stores the row-data. |
void | ensureCapacity(int row, int column)
Ensures that there is storage capacity for the specified item.
|
boolean | equals(Object o)
Tests this paint table for equality with another object (typically also
an ObjectTable ).
|
int | getColumnCount()
Returns the number of columns in the table.
|
int | getColumnIncrement()
Returns the column size increment.
|
int | getRowCount()
Returns the number of rows in the table.
|
int | getRowIncrement()
Returns the row size increment.
|
int | hashCode()
Returns a hash code value for the object.
|
Parameters: increment the row and column size increment.
Parameters: rowIncrement the row size increment. colIncrement the column size increment.
Parameters: row the row to be deleted.
Parameters: row the row index. column the column index.
ObjectTable
).
Parameters: o the other object.
Returns: A boolean.
Returns: The column count.
Returns: the increment.
Returns: The row count.
Returns: the increment.
Returns: the hashcode