Class DepthFirstForestIterator<D>

  • Type Parameters:
    D - is the type of the data inside the forest
    All Implemented Interfaces:
    Iterator<TreeNode<D,​?>>

    public class DepthFirstForestIterator<D>
    extends Object
    implements Iterator<TreeNode<D,​?>>
    This class is an iterator on a forest nodes.
    Since:
    13.0
    Version:
    17.0 2020-01-04 14:41:41
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    mathtree
    • Constructor Detail

      • DepthFirstForestIterator

        public DepthFirstForestIterator​(DepthFirstNodeOrder order,
                                        Iterator<Tree<D,​?>> iterator)
        Constructor.
        Parameters:
        order - is the treatement order for data.
        iterator - is the trees to iterate on.