Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
0.1-incubating
-
None
Description
make
public abstract Iterator<R> readAllItems();
return Iterable<R> would be easier to use it.
The method should also be protected.