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 | 31 |
Tags
- 두개리스트비교
- 리스트비교
- anymatch메서드
- ansible
- 3tierarchitecture
- hashset
- WordPress
- awsconsole
- lightsail
- Spring
- 널포인터에러
- 권한정책
- 리스트교집합
- 지옥같은git
- 중복제거
- 리스트차집합
- enumtype
- Java
- instance생성
- enum
- mybatis
- string_agg()
- Annotation
- db
- 리스트합집합
- route53
- AWS
- wordpress블로그
- list중복제거
- PostgreSQL
Archives
- Today
- Total
Anyway
[JAVA] anyMatch 메서드 사용하기
음 ~ 그냥 생각하기 싫어서 생각 안 하고 코드 짯더니 private Boolean is_correct(List VoList) { for(Vo fieldVo : VoList) { if(Vo.getIs_correct() == false){ return this.is_correct = false; } else if(Vo.getIs_correct() == true){ return this.is_correct = true; } } return this.is_correct; } 1차원적이고도 정리 하나도 안 된 유치한 코드 탄생. 리스트를 돌면서 하나라..
Java
2024. 11. 13. 11:02