java.lang.Comparable
public class RowRef
extends java.lang.Object
implements java.lang.Comparable
Constructor | Description |
---|---|
RowRef(int iTable,
long lRow) |
Constructs a new RowRef from a table and a row index.
|
Modifier and Type | Method | 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.