1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Guava v23.2 正式发布,Google 的 Java 核心库 下载

本帖由 漂亮的石头2017-10-12 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    488,064
    赞:
    47
    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 v23.2 正式发布,Google 的 Java 核心库下载地址
     
正在加载...