JDK-6691185 : (coll) TreeMap.navigableKeySet's descendingIterator method starts at first instead of last entry
Type:Bug
Component:core-libs
Sub-Component:java.util:collections
Affected Version:7
Priority:P2
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2008-04-19
Updated:2012-10-08
Resolved:2008-05-19
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The NavigableSet returned by TreeMap's navigableKeySet method has a broken descendingIterator method as discussed on the core-libs-dev mailing list here:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2008-April/000351.html