Package ubic.gemma.core.util
Class ArrayUtils
java.lang.Object
ubic.gemma.core.util.ArrayUtils
Utilities and algorithms for arrays.
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intbinarySearchFirst(double[] array, double value) A binary search that returns the index of the first occurrence of the value in the array.
-
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:
-