public abstract class VelocityWebContext.StringEnumeratedMap<V> extends Object implements Map<String,V>
| 构造器和说明 |
|---|
StringEnumeratedMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,V>> |
entrySet() |
V |
get(Object key) |
protected Map<String,V> |
getAsMap() |
protected abstract V |
getAttribute(String name) |
protected abstract Enumeration<String> |
getAttributeNames() |
boolean |
isEmpty() |
Set<String> |
keySet() |
V |
put(String key,
V value) |
void |
putAll(Map<? extends String,? extends V> m) |
V |
remove(Object key) |
protected abstract void |
removeAttribute(String name) |
protected abstract void |
setAttribute(String name,
V value) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object key)
containsKey 在接口中 Map<String,V>public boolean containsValue(Object value)
containsValue 在接口中 Map<String,V>protected abstract Enumeration<String> getAttributeNames()
protected abstract void removeAttribute(String name)
Copyright © 2020. All rights reserved.