You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Maheshkumar Periyasamy (JIRA)" <ji...@apache.org> on 2010/12/07 11:22:09 UTC

[jira] Updated: (LANG-660) Add methods to insert arrays into arrays at an index

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

Maheshkumar Periyasamy updated LANG-660:
----------------------------------------

    Attachment: ArrayUtilsAddTest.txt
                ArrayUtils.txt

Actual implementation of the methods ArrayUtils.addAll(int[] target, int index, int[] source), ArrayUtils.addAll(boolean[] target, boolean index, boolean[] source) ...

> Add methods to insert arrays into arrays at an index
> ----------------------------------------------------
>
>                 Key: LANG-660
>                 URL: https://issues.apache.org/jira/browse/LANG-660
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.*
>    Affects Versions: 2.5
>            Reporter: Aaron Digulla
>            Priority: Minor
>         Attachments: ArrayUtils.txt, ArrayUtilsAddTest.txt
>
>
> Please add methods with this signature: ArrayUtils.addAll(int[] target, int index, int[] source) (i.e. insert an array into an array at a certain position).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.