Searched refs:compareResult (Results 1 – 1 of 1) sorted by relevance
614 int compareResult = array[i + 1].compareTo(array[i]); in checkArrayMonotonicityAndNotAllEqual() local615 boolean condition = compareResult >= 0; in checkArrayMonotonicityAndNotAllEqual()617 condition = compareResult <= 0; in checkArrayMonotonicityAndNotAllEqual()