java lib google
java
lib
google
Guava 是 Google 工程师们开发、维护并使用的 Java 核心库,它提供了优雅、高效、标准的 Java 通用模块实现。
Guava 可用于日常开发使用,也是阅读源码的好素材。
Guava 的实现包括了如下模块:
新的集合类型(new collection types)
图库(graph library)
函数式类型(functional types)
内存缓存(in-memory cache)
并发 API(APIs/utilities for concurrency)
I/O
哈希(hashing)
反射辅助(reflection)
字符串处理(string processing)
数学库(Math)
等等
更详细的使用说明请参见项目主页
https://github.com/google/guavaarrow-up-right
https://github.com/google/guava/wikiarrow-up-right
http://ifeve.com/google-guava/arrow-up-right
作者:李庚旺
Last updated 7 years ago