Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java dictionary

Map<String, String> dictionary = new HashMap<String, String>();

dictionary.put("key", "value");
String value = dictionary.get("key");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #java #dictionary
ADD COMMENT
Topic
Name
5+6 =