Class ArrayUtils

java.lang.Object
com.castlabs.utils.ArrayUtils

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

    • 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