Friday, 23 October 2009

Google collections

Google collections is very interesting, modern library which supplements standard library java.util.collections. It focuses on code simplicity and safety (immutability). And it brings some flavours of functional programming into Java land what I hope will help the developers evolve into more functional languages like Scala smoothly. Here is a nice 10 minutes long introduction.