org.millscript.commons.util.map
Class AbstractEBinaryTreeMapNode<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>
          extended by org.millscript.commons.util.map.AbstractEBinaryTreeMapNode<K,V>
All Implemented Interfaces:
java.io.Serializable, ETreeMapNode<K,V>, ITreeMapNode<K,V>, Maplet<K,V>, UTreeMapNode<K,V>
Direct Known Subclasses:
ERedBlackTreeMap.Node

public abstract class AbstractEBinaryTreeMapNode<K,V>
extends AbstractUBinaryTreeMapNode<K,V>
implements ETreeMapNode<K,V>

See Also:
Serialized Form

Constructor Summary
AbstractEBinaryTreeMapNode(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.ETreeMapNode
delete, insert
 
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

AbstractEBinaryTreeMapNode

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


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