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