| Modifier and Type | Field and Description | 
|---|---|
| protected HasKeys<V> | requestThe request. | 
| Constructor and Description | 
|---|
| ReadOnlyEnumerationMap(HasKeys<V> request)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| boolean | containsKey(Object key) | 
| boolean | containsValue(Object value) | 
| Set<Map.Entry<String,V>> | entrySet() | 
| boolean | equals(Object obj) | 
| V | get(Object key) | 
| int | hashCode() | 
| boolean | isEmpty() | 
| Set<String> | keySet() | 
| V | put(String key,
   V value) | 
| void | putAll(Map<? extends String,? extends V> map) | 
| V | remove(Object key) | 
| int | size() | 
| Collection<V> | values() | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object key)
containsKey in interface Map<String,V>public boolean containsValue(Object value)
containsValue in interface Map<String,V>public boolean equals(Object obj)
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.