Section 15.27 says: Examples of method and constructor references: System::getProperty "abc"::length String::length super::toString ArrayList::new It would be useful to show examples that use type arguments as well, such as ArrayList<String>::new which is better style anyway (no raw types!). -Mike