|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.inria.peerunit.util.HTree<K,V>
public class HTree<K,V>
The HTree is an hierarchical tree.
| Constructor Summary | |
|---|---|
HTree(int b)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
boolean |
containsKey(K key)
Checks if an element belongs to this Tree |
HNode<K,V> |
head()
|
void |
put(K key,
V value)
Inserts an element into the tree. |
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTree(int b)
| Method Detail |
|---|
public HNode<K,V> head()
public void put(K key,
V value)
e - public boolean containsKey(K key)
e - the element to check
public int size()
public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||