I was wondering if it is possible to read collections in a streaming way instead of loading everything in memory (through ArrayList) ?
Ideally, an Iterator interface would be nice but I could write my own code if I can have some hints.

Henri.

Reply via email to