|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.sql.writebatch.Row
public class Row
Stores two ints.
| Constructor Summary | |
|---|---|
Row(int left,
int right)
Constructor. |
|
| Method Summary | |
|---|---|
int |
compareTo(Row o)
|
boolean |
equals(java.lang.Object o)
|
int |
getLeft()
Returns left. |
int |
getRight()
Returns right. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Row(int left,
int right)
left - the left integerright - the right integer| Method Detail |
|---|
public int getLeft()
public int getRight()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(Row o)
compareTo in interface java.lang.Comparable<Row>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||