List list = new ArrayList(); // or LinkedList();
list.addAll(ress.getDataset().getColumnNames());
String ss = list.get(0);
list.remove(0); // removes the first item
list.add(ss);
List list = new ArrayList(); // or LinkedList();
list.addAll(ress.getDataset().getColumnNames());
String ss = list.get(0);
list.remove(0); // removes the first item
list.add(ss);
List list = new ArrayList(); // or LinkedList();
list.addAll(ress.getDataset().getColumnNames());
String ss = list.get(0);
list.remove(0); // removes the first item
list.add(ss);