Description
Google Guava is becoming a standard extension to the collection framework and provides some very useful features (besides the obvious collection work which is extensive), such as Preconditions (which would standardize the way argument checking is done).
As far as I know, many other Apache projects use Guava (Mahout is one).