Determines whether the specified array is monotonic. The array is monotonic if its elements a[i] either increase or decrease (but not both) with array index i, with no equal values. @param a the array. @return true, if monotonic (or a.length<2); false, otherwise.
(byte[] a)
source not stored for this graph (policy: none)