T - public interface AbsrtactHierarchialItem<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getChildren()
Get the List of Children in order under this Item
|
Integer |
getLevel()
Indicate how down in the hierarchy is this.
|
List<T> getChildren()
Integer getLevel()
Copyright © 2018. All rights reserved.