private static class VariableNamer.AdapterOfIteratorOfNamed extends Object implements Iterator<ProgramElementName>
Constructor and Description |
---|
VariableNamer.AdapterOfIteratorOfNamed(Iterator<Named> it) |
public boolean hasNext()
hasNext
in interface Iterator<ProgramElementName>
public ProgramElementName next()
next
in interface Iterator<ProgramElementName>
public void remove()
remove
in interface Iterator<ProgramElementName>