Searched refs:otherIter (Results 1 – 4 of 4) sorted by relevance
111 Iterator<Annotation> otherIter = other.annotations.values().iterator(); in compareTo() local113 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()115 Annotation otherOne = otherIter.next(); in compareTo()125 } else if (otherIter.hasNext()) { in compareTo()
113 Iterator<NameValuePair> otherIter = other.elements.values().iterator(); in compareTo() local115 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()117 NameValuePair otherOne = otherIter.next(); in compareTo()127 } else if (otherIter.hasNext()) { in compareTo()
106 Iterator<NameValuePair> otherIter = other.elements.values().iterator(); in compareTo() local108 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()110 NameValuePair otherOne = otherIter.next(); in compareTo()120 } else if (otherIter.hasNext()) { in compareTo()