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