public class RowRef
extends java.lang.Object
implements java.lang.Comparable
| 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(java.lang.Object o) |
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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.