SE450
:
List with Cursor
[6/72]
for (list.reset(); list.hasNext(); list.next())
{
Object x = list.get();
. . .
}
Disadvantage: Only one cursor per list
Iterator is superior concept