List with Cursor

.

for (list.reset(); list.hasNext(); list.next())
{
Object x = list.get();
. . .
}