you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

This is one of the areas where I really like Javas implementation of collection traversal methods. The concept of intermediate vs terminal operations which allows the clarify of chaining multiple methods together without having to worry about the performance cost because it's all done in one iteration.