Class UrlEncodingOnAccessMap<K>
java.lang.Object
net.solarnetwork.central.web.support.UrlEncodingOnAccessMap<K>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
UrlEncodingOnAccessMap
Constructor.- Parameters:
delegate- the delegate map- Throws:
IllegalArgumentException- if any argument is null
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<K,String>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,String>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode()
-