Class ArrayUtils
- java.lang.Object
-
- com.sun.enterprise.mgmt.transport.ArrayUtils
-
public class ArrayUtils extends java.lang.ObjectSet 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 intbinarySearch(int[] a, int fromIndex, int toIndex, int key)
-