Uses of Class
org.apache.sis.util.collection.DefaultTreeTable.Node
-
Packages that use DefaultTreeTable.Node Package Description org.apache.sis.util.collection Addition to the collection framework. -
-
Uses of DefaultTreeTable.Node in org.apache.sis.util.collection
Methods in org.apache.sis.util.collection that return DefaultTreeTable.Node Modifier and Type Method Description DefaultTreeTable.NodeDefaultTreeTable.Node. clone()Returns a clone of this node without parent.DefaultTreeTable.NodeDefaultTreeTable.Node. newChild()Adds a new child in the children list.Constructors in org.apache.sis.util.collection with parameters of type DefaultTreeTable.Node Constructor Description DefaultTreeTable(DefaultTreeTable.Node root)Creates a new tree table initialized to the given root.Node(DefaultTreeTable.Node parent)Creates a new node with the given parent.Node(DefaultTreeTable.Node parent, int index)Creates a new node with the given parent.
-