public class UnmodifiableRowIterator extends DelegatingRowIterator
| Constructor and Description |
|---|
UnmodifiableRowIterator(RowIterator iter) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Row row)
Add a
Rowat the current position in my underlying collection, or throw
UnsupportedOperationException. |
void |
remove()
Set the
Rowat the current position in my underlying collection, or throw
UnsupportedOperationException. |
void |
set(Row row)
Set the
Rowat the current position in my underlying collection, or throw
UnsupportedOperationException. |
java.lang.String |
toString() |
static RowIterator |
wrap(RowIterator that) |
current, currentIndex, first, getDelegate, hasCurrent, hasNext, hasPrevious, isEmpty, last, next, next, nextIndex, peekNext, peekPrevious, previous, previous, previousIndex, reset, setDelegate, sizepublic UnmodifiableRowIterator(RowIterator iter)
public static RowIterator wrap(RowIterator that)
public void add(Row row) throws AxionException
RowIteratorRowat the current position in my underlying collection, or throw
UnsupportedOperationException. (Optional operation.)add in interface RowIteratoradd in class DelegatingRowIteratorAxionExceptionpublic void remove()
throws AxionException
RowIteratorRowat the current position in my underlying collection, or throw
UnsupportedOperationException. (Optional operation.)remove in interface RowIteratorremove in class DelegatingRowIteratorAxionExceptionpublic void set(Row row) throws AxionException
RowIteratorRowat the current position in my underlying collection, or throw
UnsupportedOperationException. (Optional operation.)set in interface RowIteratorset in class DelegatingRowIteratorAxionExceptionpublic java.lang.String toString()
toString in class java.lang.Object