📅  最后修改于: 2022-03-11 14:52:43.438000             🧑  作者: Mango
// to use index on ArrayList you have to use the getmethod.
for (int x = 0, y = myarraylist.size(); x < y; x++)
{
totalsum += myarraylist.get(x);
}