Uses of Class
org.apache.sis.util.collection.DefaultTreeTable.Node
Packages that use DefaultTreeTable.Node
-
Uses of DefaultTreeTable.Node in org.apache.sis.util.collection
Methods in org.apache.sis.util.collection that return DefaultTreeTable.NodeModifier and TypeMethodDescriptionDefaultTreeTable.Node.clone()
Returns a clone of this node without parent.DefaultTreeTable.Node.newChild()
Adds a new child in the children list.Constructors in org.apache.sis.util.collection with parameters of type DefaultTreeTable.NodeModifierConstructorDescriptionCreates 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.