Class BasicNodeIterable

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BidiIterator<AbstractNode> iterator()
      Returns an iterator that can be used forwards and backwards.
      BidiIterable<AbstractNode> reverse()
      Returns a reverse version of this iterable that can be used forwards and backwards.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • BasicNodeIterable

        protected BasicNodeIterable​(AbstractNode startWith)