Iterator
public class QuickStack.StackIterator extends java.lang.Object implements Iterator
boolean
hasNext()
java.lang.Object
next()
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean hasNext()
hasNext
public java.lang.Object next()
next
public java.lang.Object remove() throws java.lang.IllegalStateException
remove
java.lang.IllegalStateException