public class Tree extends Object implements Serializable
Node
。Modifier and Type | Method and Description |
---|---|
int |
getItemCount() |
List<Node> |
getNodes()
前序遍历树后将树的内容作为
Node 列表返回。 |
List<Node> |
getRootNodes() |
String |
toString() |
Copyright 2009-2012 Micro Focus. All Rights Reserved.