Searched refs:implementedTypesIterator (Results 1 – 2 of 2) sorted by relevance
55 Iterator<TypeName> implementedTypesIterator = implementedTypes.iterator(); in write() local56 if (implementedTypesIterator.hasNext()) { in write()58 implementedTypesIterator.next().write(appendable, context); in write()59 while (implementedTypesIterator.hasNext()) { in write()61 implementedTypesIterator.next().write(appendable, context); in write()
67 Iterator<TypeName> implementedTypesIterator = implementedTypes.iterator(); in write() local68 if (implementedTypesIterator.hasNext()) { in write()70 implementedTypesIterator.next().write(appendable, context); in write()71 while (implementedTypesIterator.hasNext()) { in write()73 implementedTypesIterator.next().write(appendable, context); in write()