发布于 2017-10-12 08:30:04 | 189 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Guava Java类库

Google Guava Collections 是一个对 Java Collections Framework 增强和扩展的一个开源项目。由于它高质量 API 的实现和对 JDK5 特性的充分利用,使得其在 Java 社区受到很高评价。笔者主要介绍它的基本用法和功能特性。


Guava v23.2 已发布,Guava 是 Google 的一个开源项目,包含许多 Google 核心的 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotations] 、字符串处理 [string processing] 、I/O 等等。

该版本的更新内容如下:

  • base: Deprecated built-in CharMatchers which cannot work as expected because the API does not support supplementary code points.

  • collect: Fixed #2962

  • collect: Fixed a bug in HashBiMap.inverse().forcePut()

  • graph: Added implementation for common.graph.Traverser, a new class that provides efficient breadth-first and depth-first traversal of graphs and trees. It should be used in place of common.collect.TreeTraverser, which will be deprecated.

  • graph: Fixed regression in ValueGraph.edgeValueOrDefault() (from Guava 23) that caused it sometimes to return null instead of the default value.

完整的内容请看GitHub 发布主页

下载地址:



历史版本 :
Guava 23.6 发布,Google 的 Java 核心库
Guava 23.5 版本发布,Google 的 Java 核心库
Guava 23.4 版本发布,Google 的 Java 核心库
Guava 23.3 版本发布,Google 的 Java 核心库
Guava v23.2 正式发布,Google 的 Java 核心库
Guava v23.1 正式发布,Google 的 Java 核心库
Guava v23.0 正式发布,Google 的 Java 核心库
Guava v23.0-rc1 发布,Google 的 Java 核心库
Guava 22.0 发布,Google 的 Java 核心库
Guava v22.0-rc1 发布,Google 的 Java 常用类库
Guava v21.0 发布,Google 的 Java 核心库
Guava v21.0-rc1,Google 的 Java 常用类库
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务