org.millscript.commons.util.map
Class AbstractUBinaryTreeMapNode<K,V>

java.lang.Object
  extended by org.millscript.commons.util.map.AbstractIBinaryTreeMapNode<K,V>
      extended by org.millscript.commons.util.map.AbstractUBinaryTreeMapNode<K,V>
All Implemented Interfaces:
java.io.Serializable, ITreeMapNode<K,V>, Maplet<K,V>, UTreeMapNode<K,V>
Direct Known Subclasses:
AbstractEBinaryTreeMapNode

public abstract class AbstractUBinaryTreeMapNode<K,V>
extends AbstractIBinaryTreeMapNode<K,V>
implements UTreeMapNode<K,V>

See Also:
Serialized Form

Constructor Summary
AbstractUBinaryTreeMapNode(AbstractIBinaryTreeMapNode<K,V> p)
           
 
Method Summary
 
Methods inherited from class org.millscript.commons.util.map.AbstractIBinaryTreeMapNode
deepCopy, find, getFirstInSequence, getLeft, getNextInSequence, getParent, getRight, setLeft, setParent, setRight, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.millscript.commons.util.UTreeMapNode
update
 
Methods inherited from interface org.millscript.commons.util.ITreeMapNode
deepCopy, find, getFirstInSequence, getNextInSequence, size
 
Methods inherited from interface org.millscript.commons.util.Maplet
getKey, getValue
 

Constructor Detail

AbstractUBinaryTreeMapNode

public AbstractUBinaryTreeMapNode(AbstractIBinaryTreeMapNode<K,V> p)
Parameters:
p -


Copyright © 2005-2007 Open World Ltd. All Rights Reserved.