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