摘要: /** * 多集合(过滤空集合)取交集retain公共方法 */ public static Collection retain(Collection<Collection> c){ Optional result = c.parallelStream() .filter(element -> Co 阅读全文
posted @ 2021-05-11 11:51 王岳阳 阅读(451) 评论(0) 推荐(0) 编辑
摘要: package com.suning.cpm.utils; import lombok.extern.slf4j.Slf4j; import net.sf.cglib.beans.BeanCopier; import org.apache.commons.collections.Collection 阅读全文
posted @ 2021-05-11 11:49 王岳阳 阅读(94) 评论(0) 推荐(0) 编辑