private static class SingleRenamingTable.SingleIterator extends Object implements Iterator<SourceElement>
| Modifier and Type | Field and Description |
|---|---|
private SourceElement |
se |
| Constructor and Description |
|---|
SingleIterator(SourceElement se) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
SourceElement |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprivate SourceElement se
public SingleIterator(SourceElement se)
public boolean hasNext()
hasNext in interface Iterator<SourceElement>public SourceElement next()
next in interface Iterator<SourceElement>public void remove()
remove in interface Iterator<SourceElement>