org.millscript.commons.util
Interface ETreeMapNode<K,V>

All Superinterfaces:
ITreeMapNode<K,V>, Maplet<K,V>, UTreeMapNode<K,V>
All Known Implementing Classes:
AbstractEBinaryTreeMapNode, ERedBlackTreeMap.Node

public interface ETreeMapNode<K,V>
extends UTreeMapNode<K,V>


Method Summary
 void delete(ETreeMap<K,V,ETreeMapNode<K,V>> map)
           
 void insert(ETreeMap<K,V,ETreeMapNode<K,V>> map, K key, V value)
           
 
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
 

Method Detail

delete

void delete(ETreeMap<K,V,ETreeMapNode<K,V>> map)

insert

void insert(ETreeMap<K,V,ETreeMapNode<K,V>> map,
            K key,
            V value)


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