e1228065 / SQM15

SQM_SS15
0 stars 0 forks source link

rtt #2

Open e1228065 opened 7 years ago

e1228065 commented 7 years ago

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);

e1228065 commented 7 years ago

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);