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.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u10Fixed 7 b27Fixed OpenJDK6Fixed
Description
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

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3e7a4b6ef105
12-05-2008

EVALUATION see discussion on core-libs-dev mailing list.
20-04-2008