public class RowRef extends java.lang.Object implements java.lang.Comparable<RowRef>
Constructor and Description |
---|
RowRef(int iTable,
long lRow)
Constructs a new RowRef from a table and a row index.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RowRef other) |
boolean |
equals(java.lang.Object o) |
long |
getRowIndex()
Returns the row index;
|
int |
getTableIndex()
Returns the table index.
|
int |
hashCode() |
java.lang.String |
toString() |
public RowRef(int iTable, long lRow)
iTable
- table indexlRow
- row indexpublic int getTableIndex()
public long getRowIndex()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(RowRef other)
compareTo
in interface java.lang.Comparable<RowRef>
public java.lang.String toString()
toString
in class java.lang.Object