java.lang.Object
org.ojalgo.netio.ResourceLocator.KeyedValues
- Enclosing class:
ResourceLocator
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
KeyedValues
public KeyedValues()
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,String>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,String>
-
entrySet
-
equals
-
get
-
hashCode
public int hashCode() -
isEmpty
public boolean 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
public int size() -
toString
-
values
-