Joe Darcy
|
3889cebe94
|
8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap
Reviewed-by: smarks
|
2014-03-04 18:28:56 -08:00 |
|
Paul Sandoz
|
f35ec148f5
|
8030851: Update code in java.util to use newer language features
Reviewed-by: dfuchs, briangoetz, chegar, alanb, mduigou
|
2013-12-20 13:38:13 +01:00 |
|
Brent Christian
|
5edd3cbdfe
|
8024709: TreeMap.DescendingKeyIterator 'remove' confuses iterator position
Override remove() method in DescendingKeyIterator
Reviewed-by: alanb, mduigou, psandoz
|
2013-10-09 12:13:31 -07:00 |
|
Mike Duigou
|
b59dc6762e
|
8021591: Additional explicit null checks
Reviewed-by: psandoz, alanb
|
2013-09-13 11:18:44 -07:00 |
|
Mike Duigou
|
8a3c65febe
|
8023306: Add replace() implementations to TreeMap
Reviewed-by: psandoz, alanb, chegar, bpb
|
2013-08-21 12:03:19 -07:00 |
|
Paul Sandoz
|
7647c6e6a1
|
8014824: Document Spliterator characteristics and binding policy of java util collection impls
Reviewed-by: chegar
|
2013-08-06 14:26:34 +01:00 |
|
Paul Sandoz
|
87efa706f1
|
8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED
Reviewed-by: martin, chegar
|
2013-08-09 11:44:38 +02:00 |
|
Paul Sandoz
|
ea8bc25763
|
8020156: TreeMap.values().spliterator() does not report ORDERED
8020009: TreeMap.entrySet().spliterator() reports SORTED + null comparator but the elements are not Comparable
Reviewed-by: mduigou
|
2013-07-29 19:41:02 +01:00 |
|
Henry Jen
|
411df5ec90
|
8009736: Comparator API cleanup
Reviewed-by: psandoz, briangoetz, mduigou, plevart
|
2013-06-11 13:41:38 -07:00 |
|
Mike Duigou
|
4eeb7e8bc5
|
8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap
Co-authored-by: Remi Forax <forax@univ-mlv.fr>
Reviewed-by: forax, mduigou, psandoz
|
2013-06-18 16:03:10 -07:00 |
|
Paul Sandoz
|
3b5f4fc54a
|
8011426: java.util collection Spliterator implementations
Spliterator implementations for collection classes in java.util.
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou, briangoetz
|
2013-04-17 11:34:31 +02:00 |
|
Mike Duigou
|
1cf41521cc
|
7175464: entrySetView field is never updated in NavigableSubMap
The method entrySet() in AscendingSubMap and DescendingSubMap failed to cache the entrySetView.
Reviewed-by: alanb, psandoz
|
2012-11-29 14:07:47 -08:00 |
|
Alan Bateman
|
430592a30e
|
7197491: update copyright year to match last edit in jdk8 jdk repository
Reviewed-by: chegar, ksrini
|
2012-11-02 15:50:11 +00:00 |
|
Remi Forax
|
00ef83a6ab
|
7157893: Warnings Cleanup in java.util.*
Minor code changes to cleanup warnings in java.util.*
Reviewed-by: mduigou, naoto, smarks
|
2012-04-17 12:21:56 -07:00 |
|
Sebastian Sickelmann
|
0a9fa0feb2
|
7084245: Update usages of InternalError to use exception chaining
To use new InternalError constructor with cause chainning
Reviewed-by: alanb, ksrini, xuelei, neugens
|
2011-08-30 11:53:11 -07:00 |
|
Kelly O'Hair
|
d2b1e20c7d
|
7033660: Update copyright year to 2011 on any files changed in 2011
Reviewed-by: dholmes
|
2011-04-06 22:06:11 -07:00 |
|
Mike Duigou
|
deb8d5a4ff
|
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
Reviewed-by: alanb, dl, mduigou
|
2011-03-17 14:42:40 -07:00 |
|
Lana Steuck
|
fb91d40572
|
Merge
|
2011-01-04 17:05:38 -08:00 |
|
Kelly O'Hair
|
6b6a611c8e
|
6962318: Update copyright year
Reviewed-by: xdono
|
2010-12-28 15:53:50 -08:00 |
|
Stuart Marks
|
6e7cb44eea
|
6880112: Project Coin: Port JDK core library code to use diamond operator
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
|
2010-12-20 13:47:04 -08:00 |
|
Doug Lea
|
f9a00e6199
|
7003745: Code style cleanups (sync from Dougs CVS)
Reviewed-by: chegar, dholmes
|
2010-12-01 21:46:52 +00:00 |
|
Mike Duigou
|
215735255a
|
6465367: (coll) Typo in TreeMap documentation
Reviewed-by: alanb, briangoetz
|
2010-11-11 11:01:25 -08:00 |
|
Kelly O'Hair
|
fe008ae27a
|
6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
|
2010-05-25 15:58:33 -07:00 |
|
Doug Lea
|
01a36018d3
|
6800572: Removing elements from views of NavigableMap implementations does not always work correctly
Replace use of new TreeSet with new KeySet
Reviewed-by: martin
|
2009-03-24 19:42:23 -07:00 |
|
Martin Buchholz
|
53684b6479
|
6691185: (coll) TreeMap.navigableKeySet's descendingIterator method starts at first instead of last entry
Reviewed-by: dl, chegar
|
2008-05-10 11:49:25 -07:00 |
|
J. Duke
|
319a3b9947
|
Initial load
|
2007-12-01 00:00:00 +00:00 |
|