@PublicApi public class NodeParentTree<T extends Node> extends Object
Constructor and Description |
---|
NodeParentTree(Deque<T> nodeStack) |
Modifier and Type | Method and Description |
---|---|
T |
getNode()
Returns the node represented by this info
|
Optional<NodeParentTree<T>> |
getParentInfo() |
List<String> |
getPath() |
List<T> |
toList() |
String |
toString() |
public T getNode()
public Optional<NodeParentTree<T>> getParentInfo()
Copyright © 2019. All rights reserved.