Class PathTree.TreeNode
java.lang.Object
com.inductiveautomation.ignition.common.PathTree.TreeNode
- All Implemented Interfaces:
 Serializable,Iterable<PathTree<P,T>.TreeNode> 
protected class PathTree.TreeNode
extends Object
implements Iterable<PathTree<P,T>.TreeNode>, Serializable 
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidintiterator()removeChild(String name) voidsetLeafValue(T leaf) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator 
- 
Field Details
- 
internalObject
 - 
parent
 - 
children
 
 - 
 - 
Constructor Details
- 
TreeNode
public TreeNode() - 
TreeNode
 
 - 
 - 
Method Details