You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/01/12 13:34:48 UTC

DO NOT REPLY [Bug 26056] New: - extra methods to ArrayUtils

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26056>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26056

extra methods to ArrayUtils

           Summary: extra methods to ArrayUtils
           Product: Commons
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Lang
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: Maarten.Coene@qmedit.com


Hi,

I would like to see some extra functionality added to ArrayUtils. More in
specific, I need these extra methods:

public Object[] add(Object[] array, Object object);
public Object[] add(Object[] array, int index, Object object);

and I need also some similar methods for primitive types. Is it possible to add
these methods? I'll add an implementation, javadocs and tests in an attachment
(only for the Object case, but for the primitive types, it will be similar I assume)

many thanks,
Maarten Coene

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org