Class ArrayUtils

java.lang.Object
ubic.gemma.core.util.ArrayUtils

public class ArrayUtils extends Object
Utilities and algorithms for arrays.
Author:
poirigui
  • Constructor Details

    • ArrayUtils

      public ArrayUtils()
  • Method Details

    • binarySearchFirst

      public static int binarySearchFirst(double[] array, double value)
      A binary search that returns the index of the first occurrence of the value in the array.
      See Also: