Skip to content

jphillips03/StringToHashMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An extension of the Java HashMap which allows users to create a HashMap from a String of key/value pairs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages