Guava 30.1.1 发布,Google 的 Java 核心工具库
Guava 30.1.1现已发布。Guava 是 Google 的一个开源项目,包含许多 Google 核心Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotations] 、字符串处理 [string processing] 与 I/O 等。 更新内容如下: 增强了Guava 30.1在 Java 7 VM 下运行guava-android时的warning log message 的侵占性。(Android VM 不受影响)(00c25e9) cache:修复了asMap().compute(...)与负载之间的兼容性。(42bf4f4) cache:已添加@CheckReturnValue到某些 API。(a5ef129) collect:在不可变类型的 mutator 方法中添加了@DoNotCall。(6ae9532) hash:已从HashCode中删除了@Beta。(2c9f161) i...