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
- Java
- Elasticsearch
- 개발자
- 스프링
- 코딩
- 자바
- 그리디알고리즘
- 알고리즘
- API
- Spring
- 코딩테스트
- 클린코드
- 백준
- 엘라스틱서치
- 개발
- 애자일프로그래밍
- 프레임워크
- mongoDB
- ES
- 애자일기법
- 데이터베이스
- 코드
- cleancode
- 읽기쉬운코드
- 그리디
- spring boot
- database
- JPA
- framework
- Baekjoon
Archives
- Today
- Total
목록할용 (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