Set set = new TreeSet(new Comparator() { public int compare(String one, String other) { // implement } });