News

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.
/** * Instantiate my collections with empty versions using Collections fields. * This will result in javac compiler warnings stating "warning: [unchecked] * unchecked conversion". */ public void ...