This project contains several of Google’s core Java libraries that we use in our myriad Java projects. These libraries are still subject to change.
API Documentation is here.
A rough introduction PDF is here.
It currently contains:
- com.google.common.primitives
- com.google.common.io
- com.google.common.util.concurrent
as well as a few additional pieces of com.google.common.base that are not already present in the Google Collections Library.
Currently, this project is dependent on the Google Collections project, but after that library is stamped 1.0, its sources will be imported directly into Guava, and it will cease to be maintained as a separate entity, only here.
Other candidate future additions to this project are testing infrastructure, networking support and reflection utilities.
We apologize that the project currently lacks “polish”. We decided it was better to start by at least getting some code out there to the world rather than waiting until we had time to spend making it a professional produced package.