Parallel Array
Learn about parallel arrays in Java 7.
We'll cover the following...
A little history
The ParallelArray
was part of JSR-166 but ended up being excluded from the standard Java library.
It exists and was released to the public domain. You can download it from the JSR website.
Parallel array in Java
Although it was already out there, it wasn’t easy to use until closures were included in the
Java language. In Java 7, using the ParallelArray
...