aherbert commented on PR #406:
URL: 
https://github.com/apache/commons-collections/pull/406#issuecomment-1666514599

   > I think that IndexUtils method should be moved to ArrayUtils in the root 
package.
   
   Note that class is package private, and copied and adapted from Commons Lang.
   
   To make the method public requires a bit more effort. For example 
duplicating for all 8 primitive array types and also a generic type. It may 
also require adding a method to expand the array for adding more than 1 item. 
(The current method only requires expanding the array to add 1 item.) This 
generic functionality may be better suited to ArrayUtils in commons-lang.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to