public interface RowDecoratorIterator
RowDecorators. (Once
current,next,previous,
first, or lastis invoked, all previously returned values
are invalidated.)| Modifier and Type | Method and Description |
|---|---|
RowDecorator |
current() |
RowDecorator |
first() |
RowDecorator |
getDecorator() |
RowIterator |
getIterator() |
boolean |
hasCurrent() |
boolean |
hasNext() |
boolean |
hasPrevious() |
RowDecorator |
last() |
RowDecorator |
next() |
RowDecorator |
previous() |
void |
reset() |
void |
setDecorator(RowDecorator decorator) |
void |
setIterator(RowIterator iterator) |
int |
size() |
RowDecorator current() throws java.util.NoSuchElementException
java.util.NoSuchElementExceptionRowDecorator first() throws java.util.NoSuchElementException, AxionException
java.util.NoSuchElementExceptionAxionExceptionRowDecorator getDecorator()
RowIterator getIterator()
boolean hasCurrent()
boolean hasNext()
boolean hasPrevious()
RowDecorator last() throws java.util.NoSuchElementException, AxionException
java.util.NoSuchElementExceptionAxionExceptionRowDecorator next() throws java.util.NoSuchElementException, AxionException
java.util.NoSuchElementExceptionAxionExceptionRowDecorator previous() throws java.util.NoSuchElementException, AxionException
java.util.NoSuchElementExceptionAxionExceptionvoid reset()
throws AxionException
AxionExceptionvoid setDecorator(RowDecorator decorator)
void setIterator(RowIterator iterator)
int size() throws AxionException
AxionException