The Adapter pattern.
The adapter pattern converts the interface of a class into another interface the client expects. Adapter lets classes work together that couldn't otherwise because if incompatible interfaces.


The authors also discuss the notion of an iterator
Press Spacebar to continue
