Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

dictionary in java

Map<String, String> map = new HashMap<String, String>();
map.put("dog", "type of animal");
System.out.println(map.get("dog"));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #dictionary #java
ADD COMMENT
Topic
Name
5+1 =