Modifier and Type | Class and Description |
---|---|
static class |
ScopeMap.ScopeMapEntry<K,V> |
Constructor and Description |
---|
ScopeMap() |
ScopeMap(ScopeMap<K,V> parent) |
ScopeMap(ScopeMap<K,V> parent,
Map<K,V> scope) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
V |
get(Object key,
V defVal) |
ScopeMap<K,V> |
getParent() |
Map<K,V> |
getScope() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
Copyright © 2015. All rights reserved.