在新版中 ImmutableMap.getOrDefault 现已可以在 Android flavor 中使用。在 IO 方面,添加了Files.fileTraverser()和MoreFiles.fileTraverser(),并弃用了 Files.fileTreeTraverser()和MoreFiles.directoryTreeTraverser()。还包含以下更新内容:
base: Graduated Verify and VerifyException from @Beta. (0ad9c44)
collect: ImmutableMap.getOrDefault is now also available in the Android flavor. (1e4938c)
graph: Tightened the contract for the edge-adding methods on Mutable{Graph, Network, ValueGraph}. This is a breaking change; implementors of these interfaces should verify that they still comply with this contract. (ec48806)
io: Added Files.fileTraverser() and MoreFiles.fileTraverser(). (af7514a)
io: Deprecated Files.fileTreeTraverser() and MoreFiles.directoryTreeTraverser(). (1644f6e)
Migrated from jsr305's @Immutable to Error Prone's. (901e985)
Added a dependency on, but did not begin using, the Checker Framework.
Maven[code]
http://google.github.io/guava/releases/23.5-jre/api/docs/
JDiff
http://google.github.io/guava/releases/23.5-jre/api/diffs/
下载地址:https://github.com/google/guava/releases/tag/v23.5
来自:开源中国社区

