This is mostly a technical blog with my learning at work.
Set set = new HashSet();set.addAll(list); // avoid overhead :Dif(set.size() < list.size()) { list.clear(); list.addAll(set);}
Post a Comment
No comments:
Post a Comment