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