Skip to content

Commit 2ae6d21

Browse files
author
Yong Bakos
committed
Adding Iterator and Map imports. fixes #8
1 parent 6e83fe6 commit 2ae6d21

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/api_en/include/HashMap.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<example>
1313
<image></image>
1414
<code><![CDATA[
15+
import java.util.Iterator;
16+
import java.util.Map;
17+
1518
HashMap hm = new HashMap();
1619
1720
hm.put("Ava", 1);

0 commit comments

Comments
 (0)