1、关于Guava,Google出品简单易用API优秀的设计高性能,关于Guava,字符串处理 集合 异常 Guava cache 其他常用工具类,字符串处理,字符串拼接连接List (“a“ “b“ null “c“),字符串处理,字符串分割 连接String str = “.a.b“,集合,集合工具类新容器类型MultiMap BiMap Table,集合,集合工具类静态工厂方法代替构造器,集合,Lists常用方法 (add filter/delete diff)从集合中删除一个元素:,集合,Lists其他方法,集合,Maps 常用方法,集合,Maps 常用方法diff,异常,前置条件检查Pr
2、econditions,异常处理工具类,Throwables将受检异常转换为运行时异常public static RuntimeException propagate(Throwable throwable)过滤异常,只抛出感兴趣的异常publicstatic voidpropagateIfInstanceOf(NullableThrowable throwable, Class declaredType) throwsXtry throw new SQLException(); catch (Exception e) Throwables.propagateIfInstanceOf(e,SQ
3、LException.class);throw Throwables.propagate(e);,异常处理工具类,Throwables得到异常链 staticList getCausalChain(Throwable throwable)在代码中得到引发异常的最底层异常staticThrowable getRootCause(Throwable throwable),Guava Cache,Guava Cache LoadingCache graphs = CacheBuilder.newBuilder().maximumSize(1000).expireAfterWrite(10, TimeUnit.MINUTES).removalListener(MY_LISTENER).build(new CacheLoader() public Graph load(Key key) throws AnyException return createExpensiveGraph(key);); Guava Cache ConcurrentMap Redis 应用区别,其他常用工具类,Objectsequals 方法:,时间处理工具类,格式化日期、日期计算,Guava 学习网站,http:/ http:/ your travel!,Thanks!,