public interface NodeLike
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TreeItem> |
getItems()
Returns a collection of this node's children.
|
TreeItem |
lookup(java.lang.String name)
Tries to find a child in this node by name.
|
@Nonnull java.util.Collection<TreeItem> getItems()
The returned collection is guaranteed to have no two nodes with the same name.
@Nullable TreeItem lookup(java.lang.String name)
name - The name of the child to look fornull