
Linuxeden 开源社区 --
Guava v23.2 已发布,Guava 是 Google 的一个开源项目,包含许多 Google 核心的 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotations] 、字符串处理 [string processing] 、I/O 等等。
该版本的更新内容如下:
base
: Deprecated built-inCharMatcher
s which cannot work as expected because the API does not support supplementary code points.collect
: Fixed #2962collect
: Fixed a bug inHashBiMap.inverse().forcePut()
graph
: Added implementation forcommon.graph.Traverser
, a new class that provides efficient breadth-first and depth-first traversal of graphs and trees. It should be used in place ofcommon.collect.TreeTraverser
, which will be deprecated.graph
: Fixed regression inValueGraph.edgeValueOrDefault()
(from Guava 23) that caused it sometimes to returnnull
instead of the default value.
完整的内容请看 GitHub 发布主页 。
下载地址:
转自 http://ift.tt/2xBgD9T
The post Guava v23.2 正式发布,Google 的 Java 核心库 appeared first on Linuxeden开源社区.
http://ift.tt/2yiSgld
没有评论:
发表评论