public interface Tree<T>
Modifier and Type | Method and Description |
---|---|
List<Tree<T>> |
getChildren()
Returns the children.
|
T |
getItem()
Returns the item on this level.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.