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/12 20:39:00 UTC

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

Gary D. Gregory created LANG-1569:
-------------------------------------

             Summary: 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


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)