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