ArrayList<String> result = new ArrayList<String>();
for(String s: sources){ if(Collections.frequency(reslut, s) < 1) result.add(s);}