Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 코딩
- ES
- 알고리즘
- framework
- 자바
- cleancode
- JPA
- spring boot
- 코딩테스트
- 개발
- 코드
- 프레임워크
- database
- 백준
- mongoDB
- Elasticsearch
- 엘라스틱서치
- API
- 애자일기법
- Spring
- 클린코드
- 그리디
- 애자일프로그래밍
- Baekjoon
- 읽기쉬운코드
- 개발자
- 그리디알고리즘
- 데이터베이스
- Java
- 스프링
Archives
- Today
- Total
목록Stream 활용 (1)
튼튼발자 개발 성장기🏋️

1. Stream을 활용한 최대값, 최소값, 개수 추출하기 /** * Returns the minimum element of this stream according to the provided * {@code Comparator}. This is a special case of a * reduction. * * This is a terminal operation. * * @param comparator a non-interfering, * stateless * {@code Comparator} to compare elements of this stream * @return an {@code Optional} describing the minimum element of this stream, * or an..
프로그래밍/JAVA
2022. 8. 23. 16:21