[ 
https://issues.apache.org/jira/browse/LUCENE-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489072#comment-17489072
 ] 

ASF subversion and git services commented on LUCENE-10403:
----------------------------------------------------------

Commit 14598d7b47e49c045706b3ff14fbaea53e5b10bc in lucene's branch 
refs/heads/branch_9x from Greg Miller
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=14598d7 ]

LUCENE-10403: Add ArrayUtil#grow(T[])


> Add ArrayUtil#grow(T[])
> -----------------------
>
>                 Key: LUCENE-10403
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10403
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/other
>            Reporter: Greg Miller
>            Priority: Minor
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> {{ArrayUtil}} exposes convenience methods for all primitive array types that 
> don't require the user to provide a min size (defaulting to the current array 
> length + 1 as the min size). It would be nice to include the same paradigm 
> for the generically-typed version.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to