Class ArrayUtils


  • public class ArrayUtils
    extends java.lang.Object
    Set of utility methods to work with Arrays.
    Author:
    Alexey Stashok
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int binarySearch​(int[] a, int fromIndex, int toIndex, int key)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArrayUtils

        public ArrayUtils()
    • Method Detail

      • binarySearch

        public static int binarySearch​(int[] a,
                                       int fromIndex,
                                       int toIndex,
                                       int key)