|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdatastructures.ZoekBoom<K,V>
public class ZoekBoom<K extends java.lang.Comparable<K>,V>
Constructor Summary | |
---|---|
ZoekBoom()
|
Method Summary | |
---|---|
void |
add(K key,
V value)
|
int |
getSize()
|
V |
remove(K key)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZoekBoom()
Method Detail |
---|
public void add(K key, V value)
public V remove(K key)
public int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |