Searched refs:otherKwdItr (Results 1 – 1 of 1) sorted by relevance
836 Iterator<String> otherKwdItr = other.getKeywords(); in compareTo() local839 cmp = otherKwdItr == null ? 0 : -1; in compareTo()840 } else if (otherKwdItr == null) { in compareTo()845 if (!otherKwdItr.hasNext()) { in compareTo()851 String otherKey = otherKwdItr.next(); in compareTo()866 if (cmp == 0 && otherKwdItr.hasNext()) { in compareTo()