본문 바로가기

부트캠프 TIL

22.11.21 arraylist list 관련. stream max(comparator)관련.

stream max(comparator) 사용방법

https://codechacha.com/ko/java8-stream-max-min/

 

new ArrayList<>(Arrays.asList())  ArrayList 차이

https://johnmarc.tistory.com/145

https://www.baeldung.com/java-arrays-aslist-vs-new-arraylist

좀 감잡히게 해준 링크

https://eatnows.tistory.com/75

https://hianna.tistory.com/551

 

왜 List 리스트 =  ArrayList 선언 이유

https://bibi6666667.tistory.com/236