Package | Description |
---|---|
org.asynchttpclient |
Modifier and Type | Method and Description |
---|---|
FluentStringsMap |
FluentStringsMap.add(String key,
Collection<String> values)
Adds the specified values and returns this object.
|
FluentStringsMap |
FluentStringsMap.add(String key,
String... values)
Adds the specified values and returns this object.
|
FluentStringsMap |
FluentStringsMap.add(String key,
String value) |
FluentStringsMap |
FluentStringsMap.addAll(FluentStringsMap src)
Adds all key-values pairs from the given object to this object and returns this object.
|
FluentStringsMap |
FluentStringsMap.addAll(Map<String,Collection<String>> src)
Adds all key-values pairs from the given map to this object and returns this object.
|
FluentStringsMap |
FluentStringsMap.delete(String key)
Removes the values for the given key if present and returns this object.
|
FluentStringsMap |
FluentStringsMap.deleteAll(Collection<String> keys)
Removes the values for the given keys if present and returns this object.
|
FluentStringsMap |
FluentStringsMap.deleteAll(String... keys)
Removes the values for the given keys if present and returns this object.
|
FluentStringsMap |
FluentStringsMap.replaceAll(FluentStringsMap src)
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
|
FluentStringsMap |
FluentStringsMap.replaceAll(Map<? extends String,? extends Collection<String>> src)
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
|
FluentStringsMap |
FluentStringsMap.replaceWith(String key,
Collection<String> values)
Replaces the values for the given key with the given values.
|
FluentStringsMap |
FluentStringsMap.replaceWith(String key,
String... values)
Replaces the values for the given key with the given values.
|
Modifier and Type | Method and Description |
---|---|
FluentStringsMap |
FluentStringsMap.addAll(FluentStringsMap src)
Adds all key-values pairs from the given object to this object and returns this object.
|
FluentStringsMap |
FluentStringsMap.replaceAll(FluentStringsMap src)
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
|
Constructor and Description |
---|
FluentStringsMap(FluentStringsMap src) |
Copyright © 2015. All Rights Reserved.