datastructures
Class Knoop<K extends java.lang.Comparable<K>,V>
java.lang.Object
datastructures.Knoop<K,V>
public class Knoop<K extends java.lang.Comparable<K>,V>
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Knoop
public Knoop(K key,
V value,
Knoop<K,V> links,
Knoop<K,V> rechts)
getKey
public K getKey()
setKey
public void setKey(K key)
getValue
public V getValue()
setValue
public void setValue(V value)
getLinks
public Knoop<K,V> getLinks()
setLinks
public void setLinks(Knoop<K,V> links)
getRechts
public Knoop<K,V> getRechts()
setRechts
public void setRechts(Knoop<K,V> rechts)