
EventBus是Guava的事件处理机制,是设计模式中的观察者模式(生产/消费者编程模型)的优雅实现。对于事件监听和发布订阅模式,EventB...
Caveats Java 8 includes the java.util.function and java.util.stream pack...
比 java.util.Collections强大的工具包。 Util 与Collection的对应关系 Looking for transfo...
Guava introduces a number of new collection types that are not in the JD...
Example Why? Immutable objects have many advantages, including: Safe for...
equals When your object fields can be null, implementing Object.equals c...
概述 Guava provides a number of precondition checking utilities. We strong...
缘由 To simplify matters, Guava extends the Future interface of the JDK wi...
官网Wiki:https://github.com/google/guava/wiki Using and avoiding null "Nul...
文集作者