String [] str = new String("A", "B", "C", "D");
List list = Arrays.asList(str);
// sort the list
Collections.sort(list);
// synchronize the list
list = (List)Collections.synchronizedList(list);
e martë, 12 qershor 2007
Abonohu te:
Posto komente (Atom)
Nuk ka komente:
Posto një koment