Package org.ujmp.core.collections.map
Class WebMap
- All Implemented Interfaces:
Serializable
,Map<String,
String>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
boolean
keySet()
void
setCharset
(Charset charset) void
setConnectTimeout
(int connectTimeout) void
setUseCaches
(boolean useCaches) void
setUserAgent
(String userAgent) int
size()
Methods inherited from class org.ujmp.core.collections.map.AbstractMap
beforeReadObject, beforeWriteObject, containsKey, containsValue, entrySet, get, getAsString, isEmpty, putAll, toString, values
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
userAgent
-
useCaches
private boolean useCaches -
connectTimeout
private int connectTimeout -
charset
-
-
Constructor Details
-
WebMap
public WebMap()
-
-
Method Details
-
getUserAgent
-
setUserAgent
-
isUseCaches
public boolean isUseCaches() -
setUseCaches
public void setUseCaches(boolean useCaches) -
getConnectTimeout
public int getConnectTimeout() -
setConnectTimeout
public void setConnectTimeout(int connectTimeout) -
getCharset
-
setCharset
-
clear
public void clear() -
get
-
keySet
-
put
-
remove
-
size
public int size()
-