News

Part 2 explores type dependency in the Java Collections API, in generics, and in lambda expressions. We’ll jump right in, so if you haven’t already read Part 1, I recommend starting there.
Guava brings filtering and transformation on collections to standard Java and that is the subject of this post. Guava’s Collections2 class features two public methods, both of which are static.