Home
last modified time | relevance | path

Searched refs:itColl (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java555 Iterator itColl= collection.iterator(); in retainAll() local
557 while (itColl.hasNext()) in retainAll()
559 if (curElem == itColl.next()) in retainAll()
568 itColl= collection.iterator(); in retainAll()
569 while (itColl.hasNext()) in retainAll()
571 Object o= itColl.next(); in retainAll()

Completed in 29 milliseconds