The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. Each of these tools really do get used every day by Googlers, in production services.
Significant API additions:
common.escape (new)
Escaper, Escapers, various simple Escaper implementations.
common.html (new)
HtmlEscapers
common.xml (new)
XmlEscapers
[...]
common.collect
TreeTraverser, BinaryTreeTraverser
EvictingQueue
[...]
Your new post is loading...
Guava. A commons lib to rule them all.