Package org.red5.server.util
Class UrlQueryStringMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
org.red5.server.util.UrlQueryStringMap<K,V>
- Type Parameters:
K
- keyV
- value
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<K,
V>
Simple query string to map converter.
- Author:
- Paul Gregoire
- 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> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UrlQueryStringMap<String,
String> Parse a given query string and return an instance of this class.Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
UrlQueryStringMap
public UrlQueryStringMap()
-
-
Method Details
-
parse
Parse a given query string and return an instance of this class.- Parameters:
queryString
- query string- Returns:
- query string items as map entries
-