News

After reading this section, check out Method References in Java 8 (Toby Weston, February 2014) for more insight into method references in bound and unbound non-static method contexts.
Take a look at java.lang.Math, java.util.Arrays, and java.util.Collections; each is a utility class. These utilities group related methods on primitive values, arrays, and interfaces.