2. Guava
标签:
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)
等等
更详细的使用说明请参见项目主页
项目地址:
项目文档:
参考链接:
作者:李庚旺
Last updated