Google Guava是一个比较有趣的框架,它提供了很多有趣的的功能,
我们先预览一下google Guava 给开发者提供了哪些功能
集合(collections)
缓存(caching)
原生的类型支持(primitives support)
并发类库(concurrency libraries)
通用注解(common annotations)
字符串处理(string processing)
输入/输出(I/O),等等
注: 在jdk8中java.util.*已经自带Guava中大部分功能,但现在大部分项目都还是运行中jdk1.6或1.7的环境之下,所以个人还是建议大家使用Guava。