코딩테스트
[JAVA] set -> int [] 로 변환하는 방법
mingg123
2021. 7. 19. 00:16
set.stream().mapToInt(Integer::intValue).toArray();
람다식으로 한줄로 가능