Question d’entretien chez Kaspi Bank

What is an Iterator?

Réponse à la question d'entretien

Utilisateur anonyme

23 nov. 2016

The Iterator interface provides a number of methods that are able to iterate over any Collection. Each Java Collection contains the iterator method that returns an Iterator instance. Iterators are capable of removing elements from the underlying collection during the iteration.