Class QuickStack.StackIterator

  • All Implemented Interfaces:
    Iterator
    Enclosing class:
    QuickStack

    public class QuickStack.StackIterator
    extends java.lang.Object
    implements Iterator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      java.lang.Object next()  
      java.lang.Object remove()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator
      • next

        public java.lang.Object next()
        Specified by:
        next in interface Iterator
      • remove

        public java.lang.Object remove()
                                throws java.lang.IllegalStateException
        Specified by:
        remove in interface Iterator
        Throws:
        java.lang.IllegalStateException