Posts Tagged Collections
Google Collections Library 1.0 available
Last year on Dec, 30th Google released version 1.0 of it’s Collections framework. Although Apache Commons Collections provide a rich set of enhancements to the standard Collections framework Google’s implementation has two big advantages:
- Based on Java 1.5 and hence using Generics
- More standard compliant (Commons Collections occasionally break standard behavior)
Recent Comments