Are there any guava overviews?

2019-03-27 02:59发布

问题:

Guava libraries are powerful, but I’m not sure what all the possibilities of this library are.

I’ve found interesting tutorials like http://scaramoche.blogspot.com/search/label/guava

But are there any overviews of everything the library can do?

回答1:

Guava has added a new resource: Guava Explained: https://github.com/google/guava/wiki



回答2:

The API documentation is your best bet, along with the PDF slides linked at the guava homepage.



回答3:

It's worth to also check this one: http://tomaszdziurko.pl/2012/02/google-guava/



回答4:

I uploaded simple unit tests using Guava to github. Most of them are from Guava Explained. But some tests are solutions to problems in my workplace. Adding/modifying tests to the repo is always welcomed.

https://github.com/philipjkim/guava-example



标签: java guava