// which makes the original array available as a list. //Nothing is copied and all, only a single wrapper object is created. //Operations on the list wrapper are propagated to the original array.
This article completes my introduction to new Java language features introduced in Project Coin, the JDK 7 language update. So far I have introduced try-with-resources, switch-on-string, multi-catch, ...