Class ListTermImpl.ListTermIterator<T>

java.lang.Object
jason.asSyntax.ListTermImpl.ListTermIterator<T>
All Implemented Interfaces:
java.util.Iterator<T>
Enclosing class:
ListTermImpl

private abstract class ListTermImpl.ListTermIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) ListTerm current  
    (package private) ListTerm nextLT  
  • Constructor Summary

    Constructors
    Constructor Description
    ListTermIterator​(ListTerm lt)  
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    void moveNext()  
    void remove()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Iterator

    forEachRemaining, next
  • Field Details

  • Constructor Details

    • ListTermIterator

      public ListTermIterator​(ListTerm lt)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface java.util.Iterator<T>
    • moveNext

      public void moveNext()
    • remove

      public void remove()
      Specified by:
      remove in interface java.util.Iterator<T>