protected class ScriptElementContainer.SECIterator extends Object implements Iterator<ScriptElement>, Cloneable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
ScriptElementContainer.SECIterator |
getPrev() |
boolean |
hasNext() |
ScriptElement |
next() |
void |
remove() |
void |
setPrev(ScriptElementContainer.SECIterator it) |
public boolean hasNext()
hasNext in interface Iterator<ScriptElement>public ScriptElement next()
next in interface Iterator<ScriptElement>public void remove()
remove in interface Iterator<ScriptElement>public ScriptElementContainer.SECIterator getPrev()
public void setPrev(ScriptElementContainer.SECIterator it)