public abstract class AbstractExternalContextMap extends AbstractMap
| 修飾子とタイプ | クラスと説明 |
|---|---|
protected static class |
AbstractExternalContextMap.ImmutableEntry |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| コンストラクタと説明 |
|---|
AbstractExternalContextMap() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
protected abstract Object |
getAttribute(String key) |
protected abstract Iterator |
getAttributeNames() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map map) |
Object |
remove(Object key) |
protected abstract void |
removeAttribute(String key) |
protected abstract void |
setAttribute(String key,
Object value) |
Collection |
values() |
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void clear()
clear インタフェース内 Mapclear クラス内 AbstractMappublic boolean containsKey(Object key)
containsKey インタフェース内 MapcontainsKey クラス内 AbstractMappublic boolean containsValue(Object value)
containsValue インタフェース内 MapcontainsValue クラス内 AbstractMappublic Set entrySet()
entrySet インタフェース内 MapentrySet クラス内 AbstractMappublic void putAll(Map map)
putAll インタフェース内 MapputAll クラス内 AbstractMappublic boolean isEmpty()
isEmpty インタフェース内 MapisEmpty クラス内 AbstractMappublic Set keySet()
keySet インタフェース内 MapkeySet クラス内 AbstractMappublic Collection values()
values インタフェース内 Mapvalues クラス内 AbstractMapprotected abstract Iterator getAttributeNames()
protected abstract void removeAttribute(String key)
Copyright © 2015 The DBFlute Project. All rights reserved.