Package com.evolveum.midpoint.util
Class KeyValueTreeNode<K,V>
- java.lang.Object
- 
- com.evolveum.midpoint.util.TreeNode<org.apache.commons.lang3.tuple.Pair<K,V>>
- 
- com.evolveum.midpoint.util.KeyValueTreeNode<K,V>
 
 
- 
- All Implemented Interfaces:
- DebugDumpable
 
 public class KeyValueTreeNode<K,V> extends TreeNode<org.apache.commons.lang3.tuple.Pair<K,V>> Experimental.
- 
- 
Field Summary- 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
 
- 
 - 
Constructor SummaryConstructors Constructor Description KeyValueTreeNode(K key, V value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyValueTreeNode<K,V>createChild(K key, V value)- 
Methods inherited from class com.evolveum.midpoint.util.TreeNodeacceptDepthFirst, add, debugDump, getAllDataDepthFirst, getChildren, getDepth, getParent, getUserObject, setUserObject, transform
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
 
- 
 
-