datastructures
Class ZoekBoom<K extends java.lang.Comparable<K>,V>

java.lang.Object
  extended by datastructures.ZoekBoom<K,V>

public class ZoekBoom<K extends java.lang.Comparable<K>,V>
extends java.lang.Object


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

ZoekBoom

public ZoekBoom()
Method Detail

add

public void add(K key,
                V value)

remove

public V remove(K key)

getSize

public int getSize()