发布于 2015-12-10 02:47:00 | 121 次阅读 | 评论: 0 | 来源: 网友投递
Guava Java类库
Google Guava Collections 是一个对 Java Collections Framework 增强和扩展的一个开源项目。由于它高质量 API 的实现和对 JDK5 特性的充分利用,使得其在 Java 社区受到很高评价。笔者主要介绍它的基本用法和功能特性。
Guava 19.0 正式发布,Google 的 Java 常用类库
详细改进内容请看:https://github.com/google/guava/compare/v19.0...master
或者这里:https://github.com/google/guava/wiki/Release19
下载:https://github.com/google/guava/archive/v19.0.zip
Guava 中文是石榴的意思,该项目是 Google 的一个开源项目,包含许多 Google 核心的 Java 常用库。
目前主要包含:
com.google.common.annotations
com.google.common.base
com.google.common.collect
com.google.common.io
com.google.common.net
com.google.common.primitives
com.google.common.util.concurrent