Traversal Glossary
Browse 2 traversal terms defined in plain English, from the cultural dictionary of computing.
2 Traversal Terms
- Iterator
- An object that enables sequential traversal of a collection without exposing its underlying structure. Implements a standard interface (typically next() and...
- Iterator Pattern
- A design pattern that provides a standard way to traverse elements of a collection without exposing the collection's internal representation. It separates...
Related Topics
- Collections (2 terms in common)
- Design Patterns (1 terms in common)
- Design Pattern (1 terms in common)