Collections Framework Change Summary for JDK 5 (original) (raw)

Java Collections Framework Enhancements

This page summarizes enhancements to the collections framework in version 5 of the JDK.

Three new language features significantly enhance the collections framework:

The idiom for printing a nested (multidimensional) array is:

System.out.println(Arrays.deepToString(a));

Finally, Booleanwas retrofitted to implement Comparable.


Copyright © 2004, 2010 Oracle and/or its affiliates. All rights reserved. Please send comments to: collections-comments@java.sun.com Sun