public class AddableParameterMap extends ReadOnlyEnumerationMap<String>
HasAddableKeys
object as a put/get (no remove) map.Constructor and Description |
---|
AddableParameterMap(HasAddableKeys<String> request)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,String>> |
entrySet() |
String |
put(String key,
String value) |
void |
putAll(Map<? extends String,? extends String> map) |
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, remove, size, values
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.