fr.inria.peerunit.util
Interface HNode<K,V>


public interface HNode<K,V>

Author:
sunye

Method Summary
 HNode<K,V>[] children()
           
 boolean isLeaf()
           
 K key()
           
 V value()
           
 

Method Detail

value

V value()
Returns:
the value stored in this HNode.

key

K key()
Returns:
the key stored in this HNode.

children

HNode<K,V>[] children()
Returns:
The children of this node.

isLeaf

boolean isLeaf()


Copyright © 2010. All Rights Reserved.