Performs a binary search in a monotonic array of values. Values are assumed to increase or decrease monotonically, with no equal values. Warning: this method does not ensure that the specified array is monotonic; that check would be more costly than this search. @param a the array of values, ass
(byte[] a, byte x)
source not stored for this graph (policy: none)
no outgoing calls