Searched refs:otherVal (Results 1 – 1 of 1) sorted by relevance
856 String otherVal = other.getKeywordValue(otherKey); in compareTo() local858 cmp = otherVal == null ? 0 : -1; in compareTo()859 } else if (otherVal == null) { in compareTo()862 cmp = thisVal.compareTo(otherVal); in compareTo()