Class MultiListIterator

  • All Implemented Interfaces:
    java.util.Iterator<openllet.aterm.ATermAppl>

    public class MultiListIterator
    extends java.lang.Object
    implements java.util.Iterator<openllet.aterm.ATermAppl>
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiListIterator​(openllet.aterm.ATermList first)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void append​(openllet.aterm.ATermList other)  
      boolean hasNext()  
      openllet.aterm.ATermAppl next()  
      void remove()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • MultiListIterator

        public MultiListIterator​(openllet.aterm.ATermList first)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<openllet.aterm.ATermAppl>
      • next

        public openllet.aterm.ATermAppl next()
        Specified by:
        next in interface java.util.Iterator<openllet.aterm.ATermAppl>
      • append

        public void append​(openllet.aterm.ATermList other)
      • remove

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