|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
static class SpreadsheetTableModel.IntPair
Class to encapsulate the row and column index of a cell in a table.
| Constructor Summary | |
|---|---|
SpreadsheetTableModel.IntPair(int row,
int col)
Create a new instance. |
|
| Method Summary | |
|---|---|
int |
compareTo(SpreadsheetTableModel.IntPair that)
|
boolean |
equals(Object obj)
|
(package private) int |
getCol()
|
(package private) int |
getRow()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
SpreadsheetTableModel.IntPair(int row,
int col)
row - the row index.col - the column index.| Method Detail |
|---|
final int getRow()
final int getCol()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int compareTo(SpreadsheetTableModel.IntPair that)
compareTo in interface Comparable<SpreadsheetTableModel.IntPair>public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||