給定一個數組,找出現兩次的數

public void fun(){ int[] arr = {1,2,3,3,3,4,5,6,6,6,7,5,10}; Map<Integer,Long> map = InStream.of(arr).boxed().collect(Collectors.groupingBy(Function.identity(),Collectors.counting())); Lis
相關文章
相關標籤/搜索