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
- Host: GitHub
- URL: https://github.com/ubisoft-potato/guava-learning
- Owner: Ubisoft-potato
- License: apache-2.0
- Created: 2020-05-13T02:59:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T00:13:02.000Z (over 4 years ago)
- Last Synced: 2023-03-04T19:49:48.889Z (over 2 years ago)
- Topics: guava, java
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Guava Learning

###### 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)