-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: core-libs
-
None
-
b106
-
generic
-
generic
Currently, for-in doesn't work for either Lists or Maps, but it should - iterating over a numeric range of valid indices for a List, and over Map.keySet() for a Map.
Likewise, for-each doesn't work for Maps, but it should - iterating over Map.values().
Likewise, for-each doesn't work for Maps, but it should - iterating over Map.values().
- is blocked by
-
JDK-8023250 Update JavaScript code in JDK for changes in iteration over Java arrays
-
- Resolved
-