An open API service indexing awesome lists of open source software.

https://github.com/ubisoft-potato/guava-learning

Guava-Learning
https://github.com/ubisoft-potato/guava-learning

guava java

Last synced: 8 months ago
JSON representation

Guava-Learning

Awesome Lists containing this project

README

          

# Google Guava Learning

![](https://img.shields.io/badge/Gauva-v29.0-brightgreen)

###### GuavaWiki官方翻译链接:

1. 集合相关

[Guava集合工具类](https://github.com/Ubisoft-potato/Guava-Learning/blob/master/doc/CollectionUtilities.md)

[Guava集合增强工具类](https://github.com/Ubisoft-potato/Guava-Learning/blob/master/doc/CollectionHelpers.md)

[不可变集合](https://github.com/Ubisoft-potato/Guava-Learning/blob/master/doc/ImmutableCollection.md)

[Guava实现新集合类型](https://github.com/Ubisoft-potato/Guava-Learning/blob/master/doc/NewCollectionType.md)

2. 并发相关

[ListenableFuture](https://github.com/Ubisoft-potato/Guava-Learning/blob/master/doc/concurrency.md)

3. 基本工具

[基础](https://github.com/Ubisoft-potato/Guava-Learning/blob/master/doc/basic.md)

4. 字符处理

[字符分割、合并、去除](https://github.com/Ubisoft-potato/Guava-Learning/blob/master/doc/strings.md)