public class RowIteratorRowDecoratorIterator extends java.lang.Object implements RowDecoratorIterator
| Constructor and Description |
|---|
RowIteratorRowDecoratorIterator(RowIterator iterator,
RowDecorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Row row) |
RowDecorator |
current() |
RowDecorator |
first() |
RowDecorator |
getDecorator() |
RowIterator |
getIterator() |
boolean |
hasCurrent() |
boolean |
hasNext() |
boolean |
hasPrevious() |
RowDecorator |
last() |
RowDecorator |
next() |
int |
nextIndex() |
RowDecorator |
previous() |
int |
previousIndex() |
void |
remove() |
void |
reset() |
void |
set(Row row) |
void |
setDecorator(RowDecorator decorator) |
void |
setIterator(RowIterator iterator) |
int |
size() |
public RowIteratorRowDecoratorIterator(RowIterator iterator, RowDecorator decorator)
public void add(Row row) throws AxionException
AxionExceptionpublic RowDecorator current() throws java.util.NoSuchElementException
current in interface RowDecoratorIteratorjava.util.NoSuchElementExceptionpublic RowDecorator first() throws java.util.NoSuchElementException, AxionException
first in interface RowDecoratorIteratorjava.util.NoSuchElementExceptionAxionExceptionpublic RowDecorator getDecorator()
getDecorator in interface RowDecoratorIteratorpublic RowIterator getIterator()
getIterator in interface RowDecoratorIteratorpublic boolean hasCurrent()
hasCurrent in interface RowDecoratorIteratorpublic boolean hasNext()
hasNext in interface RowDecoratorIteratorpublic boolean hasPrevious()
hasPrevious in interface RowDecoratorIteratorpublic RowDecorator last() throws java.util.NoSuchElementException, AxionException
last in interface RowDecoratorIteratorjava.util.NoSuchElementExceptionAxionExceptionpublic RowDecorator next() throws java.util.NoSuchElementException, AxionException
next in interface RowDecoratorIteratorjava.util.NoSuchElementExceptionAxionExceptionpublic int nextIndex()
public RowDecorator previous() throws java.util.NoSuchElementException, AxionException
previous in interface RowDecoratorIteratorjava.util.NoSuchElementExceptionAxionExceptionpublic int previousIndex()
public void remove()
throws AxionException
AxionExceptionpublic void reset()
throws AxionException
reset in interface RowDecoratorIteratorAxionExceptionpublic void set(Row row) throws AxionException
AxionExceptionpublic void setDecorator(RowDecorator decorator)
setDecorator in interface RowDecoratorIteratorpublic void setIterator(RowIterator iterator)
setIterator in interface RowDecoratorIteratorpublic int size()
throws AxionException
size in interface RowDecoratorIteratorAxionException