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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidintiterator()removeChild(String name) voidsetLeafValue(T leaf) voidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Field Details- 
internalObject
- 
parent
- 
children
 
- 
- 
Constructor Details- 
TreeNodepublic TreeNode()
- 
TreeNode
 
- 
- 
Method Details