public class Tree extends Object implements Serializable
Node
.Modifier and Type | Method and Description |
---|---|
int |
getItemCount() |
List<Node> |
getNodes()
Returns the content of the tree as list of
Node s by traversing the tree pre-order. |
List<Node> |
getRootNodes() |
String |
toString() |
Copyright 2009-2012 Micro Focus. All Rights Reserved.