JAVA/자바
자바 리스트 중복제거하는법 contains
왕왕왕왕
2015. 5. 28. 12:30
for (String str : overlist) {
if (!urllist.contains(str)) {
urllist.add(str);
}
}
짜잘짜잘