04 2019 档案
one list to muti list
摘要:List<Integer> intList = Lists.newArrayList(1, 2, 3, 4, 5, 6, 7, 8); List<List<Integer>> subSets = Lists.partition(intList, 3); https://blog.csdn.net/P
阅读全文
list map to map
摘要:Map<String, Object> merged = lists.stream() .map(Map::entrySet) .flatMap(Set::stream) .collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue
阅读全文
浙公网安备 33010602011771号