Searched refs:changedIterator (Results 1 – 1 of 1) sorted by relevance
240 Iterator<ProgramSelector.Identifier> changedIterator = changedSet.iterator(); in apply() local241 while (changedIterator.hasNext()) { in apply()242 ProgramSelector.Identifier changedId = changedIterator.next(); in apply()