public interface RowDecoratorIterator
RowDecorator
s. (Once
current
,next
,previous
,
first
, or last
is 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.NoSuchElementException
RowDecorator first() throws java.util.NoSuchElementException, AxionException
java.util.NoSuchElementException
AxionException
RowDecorator getDecorator()
RowIterator getIterator()
boolean hasCurrent()
boolean hasNext()
boolean hasPrevious()
RowDecorator last() throws java.util.NoSuchElementException, AxionException
java.util.NoSuchElementException
AxionException
RowDecorator next() throws java.util.NoSuchElementException, AxionException
java.util.NoSuchElementException
AxionException
RowDecorator previous() throws java.util.NoSuchElementException, AxionException
java.util.NoSuchElementException
AxionException
void reset() throws AxionException
AxionException
void setDecorator(RowDecorator decorator)
void setIterator(RowIterator iterator)
int size() throws AxionException
AxionException