Caveats 说明 As of Java 7, functional programming in Java can only be approximated through awkward and verbose use of anonymous classes. This is expected to change in Java 8, but Guava is currently aimed at users of Java 5 and above. 在Java7中, 只能通过笨拙且啰嗦…