Class Node<T>


  • @JsType(isNative=true,
            namespace="<global>",
            name="Object")
    public class Node<T>
    extends Object
    A node in a tree - used for both nodes and leafs.
    • Constructor Detail

      • Node

        public Node()