On Fri, 4 Aug 2023 07:11:58 GMT, dan1st wrote:
>> Thanks for the updates. I've drafted a CSR; see link in header. Please take
>> a look.
>
>> Thanks for the updates. I've drafted a CSR; see link in header. Please take
>> a look.
>
> @stuart-marks Thanks, the CSR looks good to me. I guess the `
On Fri, 4 Aug 2023 15:36:05 GMT, dan1st wrote:
>> src/java.base/share/classes/java/util/ArrayList.java line 46:
>>
>>> 44: * {@code listIterator}, and {@code reversed} operations run in
>>> constant time.
>>> 45: * The {@code add}, and {@code addLast} operations runs in amortized
>>> 46: * c
On Thu, 27 Jul 2023 06:31:06 GMT, dan1st wrote:
>> The [JEP for sequenced collections](https://openjdk.org/jeps/431) would add
>> addFirst(), removeFirst() and reversed() methods to lists.
>> However, the Javadoc of List mentions:
>> > The size, isEmpty, get, set, iterator, and listIterator ope
On Fri, 4 Aug 2023 15:31:59 GMT, Brian Burkhalter wrote:
>> dan1st has updated the pull request incrementally with one additional commit
>> since the last revision:
>>
>> 8311517: ArrayList Javadoc of getFirst/getLast/removeLast
>>
>> as requested by
>> https://github.com/openjdk/jdk/pu
On Thu, 27 Jul 2023 06:31:06 GMT, dan1st wrote:
>> The [JEP for sequenced collections](https://openjdk.org/jeps/431) would add
>> addFirst(), removeFirst() and reversed() methods to lists.
>> However, the Javadoc of List mentions:
>> > The size, isEmpty, get, set, iterator, and listIterator ope
On Thu, 27 Jul 2023 06:31:06 GMT, dan1st wrote:
>> The [JEP for sequenced collections](https://openjdk.org/jeps/431) would add
>> addFirst(), removeFirst() and reversed() methods to lists.
>> However, the Javadoc of List mentions:
>> > The size, isEmpty, get, set, iterator, and listIterator ope
On Fri, 4 Aug 2023 03:08:26 GMT, Stuart Marks wrote:
> Thanks for the updates. I've drafted a CSR; see link in header. Please take a
> look.
@stuart-marks Thanks, the CSR looks good to me. I guess the `Fix versions`
field will be added when the CSR is reviewed?
-
PR Comment: http
On Thu, 27 Jul 2023 06:31:06 GMT, dan1st wrote:
>> The [JEP for sequenced collections](https://openjdk.org/jeps/431) would add
>> addFirst(), removeFirst() and reversed() methods to lists.
>> However, the Javadoc of List mentions:
>> > The size, isEmpty, get, set, iterator, and listIterator ope
On Wed, 26 Jul 2023 23:01:26 GMT, Stuart Marks wrote:
>> The [JEP for sequenced collections](https://openjdk.org/jeps/431) would add
>> addFirst(), removeFirst() and reversed() methods to lists.
>> However, the Javadoc of List mentions:
>> > The size, isEmpty, get, set, iterator, and listIterat
On Wed, 26 Jul 2023 21:59:41 GMT, Stuart Marks wrote:
> Regarding the text of the change: should getFirst() and getLast() be
> mentioned? They were added by Sequenced Collections, and they run in constant
> time. Also, while add() and addLast() run in amortized constant time (because
> of the
> The [JEP for sequenced collections](https://openjdk.org/jeps/431) would add
> addFirst(), removeFirst() and reversed() methods to lists.
> However, the Javadoc of List mentions:
> > The size, isEmpty, get, set, iterator, and listIterator operations run in
> constant time. The add operation run
11 matches
Mail list logo