I think many Java developers use the Java Collections Framework like I do: start with the same basic implementations of each of the major collections interfaces for general cases and only use a ...
Certain principles hold for the use of iterators: In general, you should be able to have multiple traversals in progress at the same time; that is, an iterator should allow for the concept of nested ...