Class ResourceLocator.KeyedValues
java.lang.Object
org.ojalgo.netio.ResourceLocator.KeyedValues
- Enclosing class:
ResourceLocator
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PropertiesTakes 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 TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()boolean(package private) PropertiesinthashCode()booleanisEmpty()keySet()voidWill parse/split the query string into key-value pairs and store those.voidintsize()toString()values()Methods inherited from interface 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
-
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
-
getOrderedKeys
-
getValues
Properties getValues()
-