AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SearchParameters()
Default Constructor
|
SearchParameters(Map<String,String> params)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
String value) |
void |
addAll(String key,
Collection<String> values) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void addAll(String key, Collection<String> values)
Copyright © 2018. All rights reserved.