728x90
반응형
org.apache.commons.lang3.math
Class NumberUtils
max
public static int max(int a, int b, int c)
Gets the maximum of three int
values.
- Parameters:
a
- value 1b
- value 2c
- value 3- Returns:
- the largest of the values
728x90
반응형
'Web Programming > java-jsp' 카테고리의 다른 글
logback 설정 maxHistory (0) | 2021.03.31 |
---|---|
람다 아키텍처 (0) | 2018.09.05 |
java Generic (0) | 2018.09.05 |
TDD 테스트 주도 개발방법론 (0) | 2018.09.04 |
클래스 정보 가져오기 - 리플렉션 (0) | 2018.09.04 |