15 May, 2010
Achieving Groovy-like Fluency in Java with Google Collections
Posted by: TheKaptain In: Development
One of the most compelling things about using Groovy is the fluent and concise syntax, as well as the productivity and readability gains that come out of it. But there’s no reason not to take advantage of some of the same techniques and some library support, in this case google-collections, to make Java code easy […]