private static class VariableNamer.AdapterOfIteratorOfNamed extends Object implements Iterator<ProgramElementName>
Constructor and Description |
---|
AdapterOfIteratorOfNamed(Iterator<Named> it) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ProgramElementName |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<ProgramElementName>
public ProgramElementName next()
next
in interface Iterator<ProgramElementName>
public void remove()
remove
in interface Iterator<ProgramElementName>