We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e83fe6 commit 2ae6d21Copy full SHA for 2ae6d21
1 file changed
content/api_en/include/HashMap.xml
@@ -12,6 +12,9 @@
12
<example>
13
<image></image>
14
<code><![CDATA[
15
+import java.util.Iterator;
16
+import java.util.Map;
17
+
18
HashMap hm = new HashMap();
19
20
hm.put("Ava", 1);
0 commit comments