ValueMap.java | Class | A Map implementation that holds values, parses strings and exposes a variety
of convenience methods.
In addition to a no-arg constructor and a copy constructor that takes a Map
argument, ValueMaps can be constructed using a parsing constructor.
ValueMap(String) will parse values from the string in comma separated
key/value assignment pairs. |