Class PostorderTreeIterator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      PhylogenyNode next()
      Advances the Iterator by one.
      void remove()  
      void reset()  
      • 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
    • Constructor Detail

      • PostorderTreeIterator

        public PostorderTreeIterator​(Phylogeny tree)
                              throws java.lang.IllegalArgumentException
        Parameters:
        t - Phylogeny for which a Iterator is to be constructed.
        Throws:
        java.lang.IllegalArgumentException