Class SimpleLinkedList.LinkedListIterator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addBefore​(java.lang.Object o)  
      java.lang.String getRevision()
      Returns the revision string.
      boolean hasNext()  
      java.lang.Object next()  
      void remove()  
      • Methods inherited from class java.lang.Object

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

      • LinkedListIterator

        public LinkedListIterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public java.lang.Object next()
      • remove

        public void remove()
      • addBefore

        public void addBefore​(java.lang.Object o)
      • getRevision

        public java.lang.String getRevision()
        Returns the revision string.
        Specified by:
        getRevision in interface RevisionHandler
        Returns:
        the revision