java.lang.Object
org.exolab.adaptx.util.QuickStack.StackIterator
public class QuickStack.StackIterator
extends java.lang.Object
implements Iterator
boolean
hasNext()
Object
next()
remove()
public boolean hasNext()
Specified by:hasNext in interface Iterator
public Object next()
Specified by:next in interface Iterator
public Object remove() throws IllegalStateException
Specified by:remove in interface Iterator