LinkedHashSet<String> set = new LinkedHashSet<String>(arrayList.size()); set.addAll(arrayList); arrayList.clear(); arrayList.addAll(set);