---
aliases:
-
tags:
-
created: 2023-09-28 21:57:49
modified: 2023-09-28 22:05:17
---
# Guava 笔记
---
## 简介
[guava](https://github.com/google/guava) 是 Google 开发的一个 java 工具类库。
这个类库 Google 已在自己的多个项目中采用,所以其稳定性什么是可证实的。
---
## String
---
## 集合
---
## 相关资料
### 文档
* [Guava API](https://guava.dev/releases/snapshot-jre/api/docs/)
### 相关文章
* [segmentfault.com/a/1190000042048776](https://segmentfault.com/a/1190000042048776)
* [为什么强烈推荐 Java 程序员使用 Google Guava 编程! - 知乎](https://zhuanlan.zhihu.com/p/77806328)