Class ResourceLocator.KeyedValues
java.lang.Object
org.ojalgo.netio.ResourceLocator.KeyedValues
- Enclosing class:
ResourceLocator
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
KeyedValues
public KeyedValues()
-
-
Method Details
-
clear
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,String>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,String>
-
entrySet
-
equals
-
get
-
hashCode
-
isEmpty
-
keySet
-
parse
Will parse/split the query string into key-value pairs and store those.- Parameters:
keysAndValues- A query (or form) string
-
put
-
putAll
-
remove
-
size
-
toString
-
values
-