Package org.ojalgo.netio
Class ResourceLocator.KeyedValues
java.lang.Object
org.ojalgo.netio.ResourceLocator.KeyedValues
- Enclosing class:
ResourceLocator
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Properties
Takes advantage of the fact that java.util.Properties support strings with unicode escape sequences, and that it can delegate to default values. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
(package private) Properties
int
hashCode()
boolean
isEmpty()
keySet()
void
Will parse/split the query string into key-value pairs and store those.void
int
size()
toString()
values()
Methods inherited from class java.lang.Object
clone, 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
-
myOrderedKeys
-
myValues
Takes advantage of the fact that java.util.Properties support strings with unicode escape sequences, and that it can delegate to default values.
-
-
Constructor Details
-
KeyedValues
public KeyedValues() -
KeyedValues
KeyedValues(Properties defaults)
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
String>
-
containsValue
- Specified by:
containsValue
in 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
-
getOrderedKeys
-
getValues
Properties getValues()
-