Interface PhylogenyNodeIterator

    • Method Detail

      • hasNext

        boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<PhylogenyNode>
      • next

        PhylogenyNode next()
                    throws java.util.NoSuchElementException
        Specified by:
        next in interface java.util.Iterator<PhylogenyNode>
        Throws:
        java.util.NoSuchElementException
      • reset

        void reset()