public class Slot<K,V> extends Object
Slot()
Slot(K key, V value)
Slot<K,V>
extend(K key, V value)
V
find(K k)
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Slot()
public Slot(K key, V value)
public Slot<K,V> extend(K key, V value)
public final V find(K k)
public String toString()
toString
Object
Licenced under the Apache License, Version 2.0