Class ArrayUtils


  • public final class ArrayUtils
    extends Object
    Utilities around arrays
    Since:
    3.0.0
    • Method Detail

      • indexOf

        public static int indexOf​(Object[] array,
                                  Object object)
        Parameters:
        array - the array
        object - the object
        Returns:
        Returns the index of the object in the array or -1