public class StmtIteratorImpl extends WrappedIterator<Statement> implements StmtIterator
| Constructor and Description |
|---|
StmtIteratorImpl(Iterator<Statement> iterator) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
next()
return *and remember* the next element.
|
Statement |
nextStatement()
Return the next Statement of the iteration.
|
void |
remove()
if .remove() is allowed, delegate to the base iterator's .remove;
otherwise, throw an UnsupportedOperationException.
|
close, close, create, createIteratorIterator, createNoRemove, forTestingOnly_getBase, hasNextandThen, andThen, asList, asSet, emptyIterator, filterDrop, filterKeep, mapWith, removeNext, toList, toSetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoModelandThen, filterDrop, filterKeep, mapWith, nextOptional, removeNext, toList, toSetcloseforEachRemaining, hasNextpublic Statement next()
public void remove()
WrappedIteratorpublic Statement nextStatement()
StmtIteratornextStatement in interface StmtIteratorLicenced under the Apache License, Version 2.0