public class JcrTabularRowIterator extends java.lang.Object implements TabularRowIterator
ArgeoTypes.ARGEO_TABLE node.| Constructor and Description |
|---|
JcrTabularRowIterator(Node tableNode) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCurrentRowNumber()
Current row number, has to be incremented by each call to next() ; starts at 0, will
therefore be 1 for the first row returned.
|
java.util.List<TabularColumn> |
getHeader() |
boolean |
hasNext() |
TabularRow |
next() |
void |
remove() |
public JcrTabularRowIterator(Node tableNode)
public boolean hasNext()
hasNext in interface java.util.Iterator<TabularRow>public TabularRow next()
next in interface java.util.Iterator<TabularRow>public void remove()
remove in interface java.util.Iterator<TabularRow>public java.lang.Long getCurrentRowNumber()
TabularRowIteratorgetCurrentRowNumber in interface TabularRowIteratorpublic java.util.List<TabularColumn> getHeader()
Copyright © 2007–2020. All rights reserved.