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