lang3
-
Convert array to Map
In this example we shall show you how to convert an array to a Map. We are using the org.apache.commons.lang3.ArrayUtils class,…
Read More » -
Array reverse order
With this example we are going to demonstrate how to reverse the order of an array. We are using the…
Read More » -
Array of Objects to Array of primitives
This is an example of how to convert an array of Objects to an array of primitives. We are using the…
Read More » -
Check empty string
In this example we shall show you how to check if a String is empty. We are using the org.apache.commons.lang3.StringUtils class,…
Read More » -
Find elements in an array
With this example we are going to demonstrate how to find elements in an array. We are using the org.apache.commons.lang3.ArrayUtils…
Read More »