On Mon, 12 May 2025 18:24:27 GMT, Archie Cobbs wrote:
> Because it is backed by an array, the `ArrayDeque` class has the ability to
> get and replace any element in the list (accessed by index) in constant time.
> However, this capability is not exposed in the API.
>
> Please review this PR wh
On Mon, 12 May 2025 18:24:27 GMT, Archie Cobbs wrote:
> Because it is backed by an array, the `ArrayDeque` class has the ability to
> get and replace any element in the list (accessed by index) in constant time.
> However, this capability is not exposed in the API.
>
> Please review this PR wh
On Tue, 13 May 2025 08:58:28 GMT, ExE Boss wrote:
>> Because it is backed by an array, the `ArrayDeque` class has the ability to
>> get and replace any element in the list (accessed by index) in constant
>> time. However, this capability is not exposed in the API.
>>
>> Please review this PR w
On Mon, 12 May 2025 18:24:27 GMT, Archie Cobbs wrote:
> Because it is backed by an array, the `ArrayDeque` class has the ability to
> get and replace any element in the list (accessed by index) in constant time.
> However, this capability is not exposed in the API.
>
> Please review this PR wh
Because it is backed by an array, the `ArrayDeque` class has the ability to get
and replace any element in the list (accessed by index) in constant time.
However, this capability is not exposed in the API.
Please review this PR which adds the following two new methods to `ArrayDeque`:
* `public