ES
Size: a a a
ES
QH
AA
QH
ES
AA
ES
AA
ES
LK
case 200:{
int amount = example.size(); // =2
for (int i=0;i<=amount;i++){
for (int j =0; j<=amount;j++){
String Name = example.get(j).goodName;
String Price = example.get(j).price;
Log.d(TAG,Name);
Log.d(TAG,Price);
}
}
QH
case 200:{
int amount = example.size(); // =2
for (int i=0;i<=amount;i++){
for (int j =0; j<=amount;j++){
String Name = example.get(j).goodName;
String Price = example.get(j).price;
Log.d(TAG,Name);
Log.d(TAG,Price);
}
}
ф
ф
I
I
LK
ф
ф
QH
R