About 57,000 results
Open links in new tab
  1. Iterator - Wikipedia

    An iterator may allow the collection object to be modified without invalidating the iterator. For instance, once an iterator has advanced …

  2. Iterator in Java - GeeksforGeeks

    Mar 11, 2026 · An Iterator in Java is one of the most commonly used cursors in the Java Collections Framework. It is used to …

  3. Iterator (Java Platform SE 8 ) - Oracle

    An iterator over a collection. Iterator takes the place of Enumeration in the Java Collections Framework. Iterators differ from …

  4. Java Iterator - W3Schools

    Java Iterator An Iterator is an object that can be used to loop through collections, like ArrayList and HashSet. It is called an "iterator" …

  5. std::iterator - cppreference.com

    std::iterator is the base class provided to simplify definitions of the required types for iterators.

  6. Python Iterators - W3Schools

    Python Iterators An iterator is an object that contains a countable number of values. An iterator is an object that can be iterated upon, …

  7. Iterator pattern - Wikipedia

    Iterator pattern In object-oriented programming, the iterator pattern is a design pattern in which an iterator is used to traverse a …

  8. Functions creating iterators for efficient looping - Python

    1 day ago · This module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. Each …

  9. Iterator - refactoring.guru

    Iterator is a behavioral design pattern that lets you traverse elements of a collection without exposing its underlying representation …

  10. Iterator library - cppreference.com

    The iterator library provides definitions for iterators, as well as iterator traits, adaptors, and utility functions. Since iterators are an …