Searched refs:thisIter (Results 1 – 4 of 4) sorted by relevance
110 Iterator<Annotation> thisIter = annotations.values().iterator(); in compareTo() local113 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()114 Annotation thisOne = thisIter.next(); in compareTo()123 if (thisIter.hasNext()) { in compareTo()
105 Iterator<NameValuePair> thisIter = elements.values().iterator(); in compareTo() local108 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()109 NameValuePair thisOne = thisIter.next(); in compareTo()118 if (thisIter.hasNext()) { in compareTo()
112 Iterator<NameValuePair> thisIter = elements.values().iterator(); in compareTo() local115 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()116 NameValuePair thisOne = thisIter.next(); in compareTo()125 if (thisIter.hasNext()) { in compareTo()