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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptDepthFirst
(TreeNodeVisitor<T> visitor) void
debugDump
(int indent) int
getDepth()
void
setUserObject
(T userObject) <N> TreeNode<N>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
debugDump
in interfaceDebugDumpable
-
transform
-
acceptDepthFirst
-
getAllDataDepthFirst
-
getDepth
public int getDepth()
-