public class Decorator<K,V> extends java.lang.Object
Decorator()
Decorator(int n)
void
clear()
boolean
isDecorated(K key)
removeDecoration(K key)
setDecoration(K key, V value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Decorator()
public Decorator(int n)
public boolean isDecorated(K key)
public void setDecoration(K key, V value)
public void removeDecoration(K key)
public void clear()