본문 바로가기
Java

2D Array를 stream으로 만들기

by onejunu 2020. 8. 12.
// arr is 2D

Arrays.stream(arr).flatMapToInt(Arrays::stream)

 

댓글