内容简介:Guava 23.4 已发布,Guava 是 Google 的一个开源项目,包含许多 Google 核心的 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] ...
Guava 23.4 已发布,Guava 是 Google 的一个开源项目,包含许多 Google 核心的 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotations] 、字符串处理 [string processing] 、I/O 等等。
Maven
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>23.4-jre</version> <!-- or, for Android: --> <version>23.4-android</version> </dependency>
Javadoc
JDiff
更新日志:
net
: AddedReferrer-Policy
toHttpHeaders
, along with possible values for that header inReferrerPolicyValues
. (19b4d97)util.concurrent
: Adjusted the interruption behavior ofMoreExecutors.sequentialExecutor()
to run tasks without aThread
interrupt marked (previously, interrupts leaked between tasks). If theThread
was interrupted when theExecutor
received it or during execution of its tasks, the thread will be re-interrupted before being yielded. Expanded the documentation ofMoreExecutors.sequentialExecutor()
to cover interruption and rejected execution behavior in detail. (40564c7)
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- [译] Git 版本控制的核心概念
- Guava 23.3 版本发布,Google 的 Java 核心库
- Guava 23.5 版本发布,Google 的 Java 核心库
- 谷歌的 Java 核心工具库 Guava 发布 24.0 正式版本
- ThinkPHP 6.0 RC2 版本发布——架构升级、精简核心
- ThinkPHP 6.0 RC2 版本发布——架构升级、精简核心
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The Art of Computer Programming, Volume 2
Knuth, Donald E. / Addison-Wesley Professional / 1997-11-04 / USD 79.99
Finally, after a wait of more than thirty-five years, the first part of Volume 4 is at last ready for publication. Check out the boxed set that brings together Volumes 1 - 4A in one elegant case, and ......一起来看看 《The Art of Computer Programming, Volume 2》 这本书的介绍吧!