Searched refs:itr (Results 1 – 1 of 1) sorted by relevance
388 Iterator<Pair<String, Long>> itr = shardedModules.iterator(); in splitModules() local389 lineBuffer.append(itr.next().first); in splitModules()390 while (itr.hasNext()) { in splitModules()392 lineBuffer.append(itr.next().first); in splitModules()