┌───────────┐ ┌────────────────┐ │Iterator │ │Aggregate │ ├───────────┤ ├────────────────┤----│+hasNext() │ │createIterator()│ │+next() │ └────────────────┘ └───────────┘ ┌─────────────────┐ ┌────────────────────┐ │BookShelfIterator│ │BookShelf │ ├─────────────────┤ ├────────────────────┤--│BookShelf │ │createIterator(this)│ │+hasNext() │ └────────────────────┘ │+next() │ └─────────────────┘