By lettmelk
via codemunchies.com
Published: Nov 05 2009 / 16:32
In the final blog post of this series on Google Collections and Guava we take a look at the über collection “Multimap”. We also take a look at how you can use Google Collections to do validation with the use of Preconditions and how we can perform Set and Map operations such as intersections, union and difference in a easy an straightforward way to reduce the amount of boilerplate code in your Java projects!
Add your comment