Package com.castlabs.utils
Class ArrayUtils
java.lang.Object
com.castlabs.utils.ArrayUtils
Utilities around arrays
- Since:
 - 3.0.0
 
- 
Method Summary
 
- 
Method Details
- 
indexOf
- Parameters:
 array- the arrayobject- the object- Returns:
 - Returns the index of the object in the array or -1
 
 
 -