This presents a conceptual idea of how the HashIterator
should work:
Notice the details we have included:
-
What variables are needed to keep the state for the iterator
-
What happens when you reach the end of the iterator
This presents a conceptual idea of how the HashIterator
should work:
Notice the details we have included:
What variables are needed to keep the state for the iterator
What happens when you reach the end of the iterator