ASet set = new TreeSet();
BSet set = new HashSet();
CSet set = new SortedSet();
DList set = new SortedList();
ESet set = new LinkedHashSet();