Joe Soltzberg

64%
Flag icon
• Parallel iteration—If you need to traverse multiple collections in parallel, then you need explicit control over the iterator or index variable so that all iterators or index variables can be advanced in lockstep (as demonstrated unintentionally in the buggy card and dice examples above).
Joe Soltzberg
In certain cases just 'zipping' could work
Effective Java
Rate this book
Clear rating
Open Preview