June 2018
Beginner
722 pages
18h 47m
English
The class org.apache.commons.lang3.ArrayUtils is a compliment to the class java.util.Arrays. It adds new methods to the array managing toolkit and the ability to handle null in cases when otherwise NullPointerException could be thrown.
Similarly to theArrays class , the ArrayUtils class has many (around 300) overloaded methods that can be collected into 12 groups:
Read now
Unlock full access