Are there any guava overviews?

后端 未结 4 629
天涯浪人
天涯浪人 2021-02-15 23:08

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/sea

相关标签:
4条回答
  • 2021-02-15 23:36

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

    0 讨论(0)
  • 2021-02-15 23:42

    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

    0 讨论(0)
  • 2021-02-15 23:45

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

    0 讨论(0)
  • 2021-02-15 23:48

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

    0 讨论(0)
提交回复
热议问题