Abyss-lord opened a new pull request, #1411:
URL: https://github.com/apache/commons-lang/pull/1411

   This PR fixes issue LANG-927 which ask to "Create Iterable APIs"
   
   ✅ Improvement:
   Create Iterable APIs, add two methods in `ArrayUtils`.
   
   - ` T[] iteratorToArray(Iterator<T> iterator)`
   -  `T[] iteratorToArray(Iterator<T> iterator, Class<T> clazz)`
   
   ✅ Tests:
   
   Added two test methods in `ArrayUtilsTest` and All other tests pass
   
   - `testIteratorToArrayWithClazz`
   - `testIteratorToArray`
   


-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to