public class IndexWriterParams extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
IndexWriterParams(Map<? extends String,? extends String> m)
Constructs a new HashMap with the same mappings as the
specified Map.
|
Modifier and Type | Method and Description |
---|---|
String |
get(String name,
String defaultValue) |
boolean |
getBoolean(String name,
boolean defaultValue) |
int |
getInt(String name,
int defaultValue) |
long |
getLong(String name,
long defaultValue) |
String[] |
getStrings(String name) |
String[] |
getStrings(String name,
String... defaultValue) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public IndexWriterParams(Map<? extends String,? extends String> m)
m
- the map whose mappings are to be placed in this mapNullPointerException
- if the specified map is nullCopyright © 2021 The Apache Software Foundation