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
AxionException
public RowDecorator current() throws java.util.NoSuchElementException
current
in interface RowDecoratorIterator
java.util.NoSuchElementException
public RowDecorator first() throws java.util.NoSuchElementException, AxionException
first
in interface RowDecoratorIterator
java.util.NoSuchElementException
AxionException
public RowDecorator getDecorator()
getDecorator
in interface RowDecoratorIterator
public RowIterator getIterator()
getIterator
in interface RowDecoratorIterator
public boolean hasCurrent()
hasCurrent
in interface RowDecoratorIterator
public boolean hasNext()
hasNext
in interface RowDecoratorIterator
public boolean hasPrevious()
hasPrevious
in interface RowDecoratorIterator
public RowDecorator last() throws java.util.NoSuchElementException, AxionException
last
in interface RowDecoratorIterator
java.util.NoSuchElementException
AxionException
public RowDecorator next() throws java.util.NoSuchElementException, AxionException
next
in interface RowDecoratorIterator
java.util.NoSuchElementException
AxionException
public int nextIndex()
public RowDecorator previous() throws java.util.NoSuchElementException, AxionException
previous
in interface RowDecoratorIterator
java.util.NoSuchElementException
AxionException
public int previousIndex()
public void remove() throws AxionException
AxionException
public void reset() throws AxionException
reset
in interface RowDecoratorIterator
AxionException
public void set(Row row) throws AxionException
AxionException
public void setDecorator(RowDecorator decorator)
setDecorator
in interface RowDecoratorIterator
public void setIterator(RowIterator iterator)
setIterator
in interface RowDecoratorIterator
public int size() throws AxionException
size
in interface RowDecoratorIterator
AxionException