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 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
-
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:
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
-
getOrderedKeys
-
getValues
Properties getValues()
-