jdk/src/share/classes/java/util/TreeMap.java
Mon, 29 Jul 2013 19:41:02 +0100 psandoz 8020156: TreeMap.values().spliterator() does not report ORDERED
Tue, 11 Jun 2013 13:41:38 -0700 henryjen 8009736: Comparator API cleanup
Tue, 18 Jun 2013 16:03:10 -0700 mduigou 8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap
Wed, 17 Apr 2013 11:34:31 +0200 psandoz 8011426: java.util collection Spliterator implementations
Thu, 29 Nov 2012 14:07:47 -0800 mduigou 7175464: entrySetView field is never updated in NavigableSubMap
Fri, 02 Nov 2012 15:50:11 +0000 alanb 7197491: update copyright year to match last edit in jdk8 jdk repository
Tue, 17 Apr 2012 12:21:56 -0700 khazra 7157893: Warnings Cleanup in java.util.*
Tue, 30 Aug 2011 11:53:11 -0700 sherman 7084245: Update usages of InternalError to use exception chaining
Wed, 06 Apr 2011 22:06:11 -0700 ohair 7033660: Update copyright year to 2011 on any files changed in 2011
Thu, 17 Mar 2011 14:42:40 -0700 mduigou 5045147: Prevent insertion of null Key into empty TreeMap (and null element into TreeSet) when no Comparator is used. Prevent insertion of key of incorrect type into empty TreeMap and incorrect type element into TreeSet and incorrect type when Comparator is used.
Tue, 04 Jan 2011 17:05:38 -0800 lana Merge
Mon, 20 Dec 2010 13:47:04 -0800 smarks 6880112: Project Coin: Port JDK core library code to use diamond operator
Tue, 28 Dec 2010 15:53:50 -0800 ohair 6962318: Update copyright year
Wed, 01 Dec 2010 21:46:52 +0000 dl 7003745: Code style cleanups (sync from Dougs CVS)
Thu, 11 Nov 2010 11:01:25 -0800 mduigou 6465367: (coll) Typo in TreeMap documentation
Tue, 25 May 2010 15:58:33 -0700 ohair 6943119: Rebrand source copyright notices
Tue, 24 Mar 2009 19:42:23 -0700 dl 6800572: Removing elements from views of NavigableMap implementations does not always work correctly.
Sat, 10 May 2008 11:49:25 -0700 martin 6691185: (coll) TreeMap.navigableKeySet's descendingIterator method starts at first instead of last entry
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip