You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2020/06/14 20:24:00 UTC

[jira] [Resolved] (LANG-1569) Add ArrayUtils.get(T[], index, T) to provide an out-of-bounds default value

     [ https://issues.apache.org/jira/browse/LANG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory resolved LANG-1569.
-----------------------------------
    Fix Version/s: 3.11
       Resolution: Fixed

[~ytanikin]

It's already in git master.

> Add ArrayUtils.get(T[], index, T) to provide an out-of-bounds default value
> ---------------------------------------------------------------------------
>
>                 Key: LANG-1569
>                 URL: https://issues.apache.org/jira/browse/LANG-1569
>             Project: Commons Lang
>          Issue Type: New Feature
>            Reporter: Gary D. Gregory
>            Priority: Major
>             Fix For: 3.11
>
>
> Add {{<T> T ArrayUtils.get(T[], index, T)}} to provide an out-of-bounds default value.
> Also adds {{<T> T ArrayUtils.get(T[], index)}} to with a null default value.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)