Stuart Marks
|
17ce0976e4
|
8266571: Sequenced Collections
Reviewed-by: alanb
|
2023-04-25 15:19:08 +00:00 |
|
nbauma109
|
a06f46196a
|
8303214: Typo in java.util.Collections#synchronizedNavigableMap javadoc
Reviewed-by: martin, smarks, aturbanov
|
2023-03-28 08:47:55 +00:00 |
|
Tagir F. Valeev
|
ae0e76d3dd
|
8301120: Cleanup utility classes java.util.Arrays and java.util.Collections
Reviewed-by: smarks, darcy
|
2023-01-27 19:23:53 +00:00 |
|
Sergey Bylokhov
|
3ea4eac145
|
8300817: The build is broken after JDK-8294693
Reviewed-by: tvaleev, darcy
|
2023-01-21 21:51:41 +00:00 |
|
Tagir F. Valeev
|
67b1c890b3
|
8294693: Add Collections.shuffle overload that accepts RandomGenerator interface
Reviewed-by: smarks, darcy
|
2023-01-21 18:36:31 +00:00 |
|
Jaikiran Pai
|
906f1ca4d7
|
8292317: Missing null check for Iterator.forEachRemaining implementations
Reviewed-by: sundar, smarks
|
2022-11-19 00:55:14 +00:00 |
|
Johnny Lim
|
4919525ddb
|
8285440: Typo in Collections.addAll method javadoc
Reviewed-by: jpai, rriggs
|
2022-04-27 14:18:51 +00:00 |
|
Sergey Tsypanov
|
df7b0c7077
|
8274715: Implement forEach in Collections.CopiesList
Reviewed-by: martin
|
2021-10-05 22:19:35 +00:00 |
|
Yi Yang
|
afe957cd97
|
8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base
Reviewed-by: mchung, rriggs
|
2021-07-13 02:23:16 +00:00 |
|
Patrick Concannon
|
a52c4ede2f
|
8267110: Update java.util to use instanceof pattern variable
Reviewed-by: lancea, naoto
|
2021-05-25 08:24:49 +00:00 |
|
Ian Graves
|
dbef0ec95d
|
6323374: (coll) Optimize Collections.unmodifiable* and synchronized*
Reviewed-by: redestad, smarks, darcy
|
2021-03-05 03:20:44 +00:00 |
|
Sergey Tsypanov
|
27a39c8d3f
|
8193031: Collections.addAll is likely to perform worse than Collection.addAll
Reviewed-by: plevart
|
2021-01-15 17:38:08 +00:00 |
|
Ivan Gerasimov
|
b0e1ee4b3b
|
8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only)
Reviewed-by: prappo
|
2020-03-28 21:07:55 -07:00 |
|
Joe Darcy
|
3c9b6d8554
|
8231202: Suppress warnings on non-serializable non-transient instance fields in serializable classes
Reviewed-by: rriggs, chegar
|
2019-10-09 10:17:50 -07:00 |
|
Joe Darcy
|
9d764ee48e
|
8229997: Apply java.io.Serial annotations in java.base
Reviewed-by: alanb, rriggs
|
2019-08-29 16:31:34 -07:00 |
|
Stuart Marks
|
12efd2fa4f
|
8213432: Better copies of CopiesList
Reviewed-by: rriggs, skoivu, ahgross, robm, rhalade, jeff
|
2019-01-23 14:45:54 -08:00 |
|
Tagir F. Valeev
|
42e7372b3e
|
8214687: Optimize Collections.nCopies().hashCode() and equals()
Reviewed-by: igerasim, smarks
|
2018-12-30 08:57:24 +07:00 |
|
Martin Buchholz
|
7eeafb719f
|
8205184: Delegating Iterator implementations that don't delegate forEachRemaining()
Co-authored-by: Tobias Thierer <tobiast@google.com>
Reviewed-by: psandoz
|
2018-06-25 18:01:42 -07:00 |
|
Stuart Marks
|
693a6dd27a
|
8060192: Add default method <A> A[] Collection.toArray(IntFunction<A[]> generator)
Reviewed-by: martin, forax, psandoz, briangoetz
|
2018-06-21 08:25:03 -07:00 |
|
Jonathan Gibbons
|
6a8ea38ecc
|
8199465: {@docRoot} references need to be updated to reflect new module/package structure
Reviewed-by: martin, alanb, chegar
|
2018-03-27 16:25:40 -07:00 |
|
Martin Buchholz
|
48b9835669
|
8197893: Mistaken type check in CheckedEntrySet.toArray
Reviewed-by: psandoz
|
2018-02-14 16:37:20 -08:00 |
|
Paul Sandoz
|
72e7a31529
|
8171826: Comparator.reverseOrder(c) mishandles singleton comparators
Reviewed-by: rriggs
|
2017-12-12 09:33:35 -08:00 |
|
Stuart Marks
|
f4db9575d1
|
8177290: add copy factory methods for unmodifiable List, Set, Map
8184690: add Collectors for collecting into unmodifiable List, Set, and Map
Reviewed-by: alanb, briangoetz, dholmes, jrose, rriggs, scolebourne
|
2017-12-04 11:50:04 -08:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|