Class ConstantNaryTreeNode.DefaultConstantNaryTreeNode<D>

    • Constructor Detail

      • DefaultConstantNaryTreeNode

        public DefaultConstantNaryTreeNode​(int childCount)
        Empty node.
        Parameters:
        childCount - is the constant count of child
      • DefaultConstantNaryTreeNode

        public DefaultConstantNaryTreeNode​(int childCount,
                                           Collection<D> data)
        Construct node.
        Parameters:
        childCount - is the constant count of child
        data - are the initial user data
      • DefaultConstantNaryTreeNode

        public DefaultConstantNaryTreeNode​(int childCount,
                                           D data)
        Construct node.
        Parameters:
        childCount - is the constant count of child
        data - are the initial user data