public abstract class AbstractUnmodifiableExternalContextMap extends AbstractExternalContextMap
AbstractExternalContextMap.ImmutableEntryAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| コンストラクタと説明 |
|---|
AbstractUnmodifiableExternalContextMap() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
clear() |
Set<Map.Entry<String,Object>> |
entrySet() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> map) |
Object |
remove(Object key) |
protected void |
removeAttribute(String key) |
protected void |
setAttribute(String key,
Object value) |
Collection<Object> |
values() |
containsKey, containsValue, get, getAttribute, getAttributeNames, isEmptycompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic final Collection<Object> values()
public final void clear()
protected final void setAttribute(String key, Object value)
setAttribute クラス内 AbstractExternalContextMapprotected final void removeAttribute(String key)
Copyright © 2015–2016 The DBFlute Project. All rights reserved.