public class Decorator<K,V>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.HashMap<K,V> |
table |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
isDecorated(K key) |
void |
removeDecoration(K key) |
void |
setDecoration(K key,
V value) |