K - The type of the KeyV - The type of the Valuepublic class Display<K,V> extends Object
| Constructor and Description |
|---|
Display() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(K key,
V value) |
void |
bind(Map<K,V> bindings) |
void |
enterScope() |
void |
exitScope() |
V |
lookup(K key) |
Copyright © 2011–2019 Eclipse Foundation. All rights reserved.