|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.node.tableview.FindPositionRowKey
class FindPositionRowKey
Position information that is used when searching row keys. It is used to mark and traverse the table.
Constructor Summary | |
---|---|
FindPositionRowKey(int rowCount)
Creates new position information. |
Method Summary | |
---|---|
(package private) int |
getSearchColumn()
|
(package private) int |
getSearchRow()
|
(package private) boolean |
isIDOnly()
If to look for IDs only. |
(package private) void |
mark()
Set a mark (memorize last search hit location). |
(package private) boolean |
next()
Pushes the search position to its next location. |
(package private) boolean |
reachedMark()
|
(package private) void |
reset()
Reset position to row 0. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
FindPositionRowKey(int rowCount)
rowCount
- The total number of rows in the table to search.Method Detail |
---|
boolean next()
void reset()
void mark()
boolean reachedMark()
int getSearchRow()
int getSearchColumn()
boolean isIDOnly()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |