Searched refs:matchesIt (Results 1 – 1 of 1) sorted by relevance
483 Iterator<URLSpan> matchesIt = matchesArrayList.iterator(); in findLinks() local485 while (matchesIt.hasNext()) { in findLinks()486 URLSpan match = matchesIt.next(); in findLinks()488 matchesIt.remove(); in findLinks()