Searched refs:orderLhs (Results 1 – 1 of 1) sorted by relevance
70 final int orderLhs = getOrder(lhs); in compare() local73 return orderLhs < orderRhs ? -1 : (orderLhs == orderRhs ? 0 : 1); in compare()