« Bugzilla Issues Index
#1115 — Collection APIs: Iterator API review
- bug_id:
1115
- creation_ts:
2012-12-02 11:26:00 -0800
- short_desc:
Collection APIs: Iterator API review
- delta_ts:
2014-02-17 12:46:57 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 12: November 22, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- commentid:
2982
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2012-12-02 11:26:38 -0800
Per Nov 29 Resolution:
Update existing specification according to the following guidelines.
1. iterable over values
2. iterable over keys
3. iterable over [ key|index, value ]
These are implemented as:
1. .values()
2. .keys()
3. .entries()
On the following:
Array
Map
Set
- commentid:
3079
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-12-21 12:56:31 -0800
did we decide on a meaning of keys and the key position of entries for sets?
same as values?