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