Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 270 Bytes

File metadata and controls

3 lines (3 loc) · 270 Bytes

StringToHashMap

An extension of the Java HashMap which allows users to create a HashMap from a String of key/value pairs. The input String requires 2 distinct delimiters: 1) a delimiter separating each key/value pair, and 2) a delimiter separating each key and value.