Paul Sandoz
|
3e78508945
|
8020016: Numerous splitereator impls do not throw NPE for null Consumers
Reviewed-by: mduigou, alanb, henryjen
|
2013-08-01 15:28:57 +01: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 |
|
Brian Goetz
|
ace3a4d196
|
8015320: Pull spliterator() up from Collection to Iterable
Reviewed-by: psandoz, mduigou
|
2013-07-12 15:01:08 -07:00 |
|
Paul Sandoz
|
cde3ef7ba0
|
8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator
Reviewed-by: chegar
|
2013-06-10 12:26:20 +02:00 |
|
Paul Sandoz
|
f2224939ec
|
8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining()
Reviewed-by: chegar
|
2013-05-31 10:53:19 +02:00 |
|
Brent Christian
|
53a90d216f
|
8005698: Handle Frequent HashMap Collisions with Balanced Trees
HashMap bins with many collisions store entries in balanced trees
Reviewed-by: alanb, dl, mduigou
|
2013-06-04 10:04:28 +01: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 |
|
Brian Goetz
|
95fadac5c6
|
8010096: Initial java.util.Spliterator putback
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou, alanb, chegar, darcy
|
2013-04-16 13:51:53 -04:00 |
|