HashSet <String> set = new HashSet<String> (); //Adding elements to the set ArrayList<String> list = new ArrayList<String> (set);. Something like "dumping" the ...
確定! 回上一頁