Uses of Interface
com.jongsoft.lang.collection.Tree.NodeCollection
-
Packages that use Tree.NodeCollection Package Description com.jongsoft.lang.collection A purely functional based set of collection implementations based upon the Collection. -
-
Uses of Tree.NodeCollection in com.jongsoft.lang.collection
Methods in com.jongsoft.lang.collection that return Tree.NodeCollection Modifier and Type Method Description Tree.NodeCollection<T>
Tree. children()
Fetch the collection of child tree elements contained within this tree.
-