Re: RFR: 8357272: Add overrides for all default methods to wrapper collections

2025-07-07 Thread Jaikiran Pai
On Mon, 7 Jul 2025 12:58:39 GMT, Jaikiran Pai wrote: >> This mostly just adds overrides to the wrapper implementations in >> java.util.Collections. However, in order to satisfy the test, some overrides >> are also added to ReverseOrderSortedMapView, which is used by the SortedMap >> wrapper ke

Re: RFR: 8357272: Add overrides for all default methods to wrapper collections

2025-07-07 Thread Jaikiran Pai
On Wed, 28 May 2025 03:03:45 GMT, Stuart Marks wrote: > This mostly just adds overrides to the wrapper implementations in > java.util.Collections. However, in order to satisfy the test, some overrides > are also added to ReverseOrderSortedMapView, which is used by the SortedMap > wrapper keySe

Re: RFR: 8357272: Add overrides for all default methods to wrapper collections

2025-07-07 Thread Jaikiran Pai
On Wed, 28 May 2025 03:03:45 GMT, Stuart Marks wrote: > This mostly just adds overrides to the wrapper implementations in > java.util.Collections. However, in order to satisfy the test, some overrides > are also added to ReverseOrderSortedMapView, which is used by the SortedMap > wrapper keySe

Re: RFR: 8357272: Add overrides for all default methods to wrapper collections

2025-07-07 Thread Jaikiran Pai
On Wed, 28 May 2025 03:03:45 GMT, Stuart Marks wrote: > This mostly just adds overrides to the wrapper implementations in > java.util.Collections. However, in order to satisfy the test, some overrides > are also added to ReverseOrderSortedMapView, which is used by the SortedMap > wrapper keySe

Re: RFR: 8357272: Add overrides for all default methods to wrapper collections

2025-07-07 Thread Jaikiran Pai
On Wed, 28 May 2025 03:03:45 GMT, Stuart Marks wrote: > This mostly just adds overrides to the wrapper implementations in > java.util.Collections. However, in order to satisfy the test, some overrides > are also added to ReverseOrderSortedMapView, which is used by the SortedMap > wrapper keySe

Re: RFR: 8357272: Add overrides for all default methods to wrapper collections

2025-07-07 Thread Jaikiran Pai
On Wed, 28 May 2025 03:03:45 GMT, Stuart Marks wrote: > This mostly just adds overrides to the wrapper implementations in > java.util.Collections. However, in order to satisfy the test, some overrides > are also added to ReverseOrderSortedMapView, which is used by the SortedMap > wrapper keySe

Re: RFR: 8357272: Add overrides for all default methods to wrapper collections

2025-06-26 Thread Stuart Marks
On Wed, 28 May 2025 03:03:45 GMT, Stuart Marks wrote: > This mostly just adds overrides to the wrapper implementations in > java.util.Collections. However, in order to satisfy the test, some overrides > are also added to ReverseOrderSortedMapView, which is used by the SortedMap > wrapper keySe

RFR: 8357272: Add overrides for all default methods to wrapper collections

2025-06-25 Thread Stuart Marks
This mostly just adds overrides to the wrapper implementations in java.util.Collections. However, in order to satisfy the test, some overrides are also added to ReverseOrderSortedMapView, which is used by the SortedMap wrapper keySet, values, and entrySet views. These overrides don't do anything