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 2018년 8월 9일 · Last modified 2018년 8월 17일
by htrucci · Published 2016년 8월 28일 · Last modified 2018년 8월 17일
by htrucci · Published 2018년 1월 12일 · Last modified 2018년 8월 17일
More
최근 댓글