Arrays.asList().contains() 활용
아래와 같이 활용.
String[] cust = {“0001″,”0002″,”0003″,”0004″,”0005”};
if(Arrays.asList(cust).contains(inputCode)) {
}
황트루치
by htrucci
아래와 같이 활용.
String[] cust = {“0001″,”0002″,”0003″,”0004″,”0005”};
if(Arrays.asList(cust).contains(inputCode)) {
}
by htrucci · Published 2019년 9월 22일 · Last modified 2019년 9월 24일
by htrucci · Published 2018년 1월 16일 · Last modified 2018년 8월 17일
by htrucci · Published 2017년 11월 5일 · Last modified 2018년 8월 17일
More
최근 댓글