Package com.evolveum.midpoint.util
Class TreeNode<T>
java.lang.Object
com.evolveum.midpoint.util.TreeNode<T>
- All Implemented Interfaces:
DebugDumpable
- Direct Known Subclasses:
KeyValueTreeNode
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptDepthFirst(TreeNodeVisitor<T> visitor) voiddebugDump(int indent) intgetDepth()voidsetUserObject(T userObject) <N> TreeNode<N>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
TreeNode
public TreeNode() -
TreeNode
-
-
Method Details
-
getChildren
-
getParent
-
add
-
getUserObject
-
setUserObject
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-
transform
-
acceptDepthFirst
-
getAllDataDepthFirst
-
getDepth
public int getDepth()
-