public class NumberTable extends ObjectTable implements java.io.Serializable
Number
objects.Constructor and Description |
---|
NumberTable()
Deprecated.
Creates a new number table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
Tests this number table for equality with another object (typically also a number table).
|
java.lang.Number |
getNumber(int row,
int column)
Deprecated.
Returns the Number object from a particular cell in the table.
|
void |
setNumber(int row,
int column,
java.lang.Number number)
Deprecated.
Sets the Number for a cell in the table.
|
clear, ensureCapacity, ensureRowCapacity, getColumnCount, getColumnIncrement, getObject, getRowCount, getRowIncrement, hashCode, readSerializedData, setObject, writeSerializedData
public java.lang.Number getNumber(int row, int column)
row
- the row index (zero-based).column
- the column index (zero-based).public void setNumber(int row, int column, java.lang.Number number)
row
- the row index (zero-based).column
- the column index (zero-based).number
- the number.public boolean equals(java.lang.Object o)
equals
in class ObjectTable
o
- the other object.