K
- The type of the KeyV
- The type of the Valuepublic class Display<K,V>
extends java.lang.Object
Constructor and Description |
---|
Display() |
Modifier and Type | Method and Description |
---|---|
void |
bind(K key,
V value) |
void |
bind(java.util.Map<K,V> bindings) |
void |
enterScope() |
void |
exitScope() |
V |
lookup(K key) |