aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/util/TreeMap.java
AgeCommit message (Expand)Author
2015-12-178145539: (coll) AbstractMap.keySet and .values should not be volatileshade
2014-04-16Mergelana
2014-03-058036568: Serial incompatibility in java.util.TreeMap.NavigableSubMapdarcy
2014-04-118035284: Remove redundant initializations to nullmduigou
2013-10-098024709: TreeMap.DescendingKeyIterator 'remove' confuses iterator positionbchristi
2013-09-138021591: Additional explicit null checksmduigou
2013-08-218023306: Add replace() implementations to TreeMapmduigou
2013-08-068014824: Document Spliterator characteristics and binding policy of java util...psandoz
2013-08-098022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not repor...psandoz
2013-07-298020156: TreeMap.values().spliterator() does not report ORDEREDpsandoz
2013-06-118009736: Comparator API cleanuphenryjen
2013-06-188016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHash...mduigou
2013-04-178011426: java.util collection Spliterator implementationspsandoz
2012-11-297175464: entrySetView field is never updated in NavigableSubMapmduigou
2012-11-027197491: update copyright year to match last edit in jdk8 jdk repositoryalanb
2012-04-177157893: Warnings Cleanup in java.util.*khazra
2011-08-307084245: Update usages of InternalError to use exception chainingsherman
2011-04-067033660: Update copyright year to 2011 on any files changed in 2011ohair
2011-03-175045147: Prevent insertion of null Key into empty TreeMap (and null element i...mduigou
2011-01-04Mergelana
2010-12-286962318: Update copyright yearohair
2010-12-206880112: Project Coin: Port JDK core library code to use diamond operatorsmarks
2010-12-017003745: Code style cleanups (sync from Dougs CVS)dl
2010-11-116465367: (coll) Typo in TreeMap documentationmduigou
2010-05-256943119: Rebrand source copyright noticesohair
2009-03-246800572: Removing elements from views of NavigableMap implementations does no...dl
2008-05-106691185: (coll) TreeMap.navigableKeySet's descendingIterator method starts at...martin
2007-12-01Initial loadduke