From: Tim P. <tim...@ou...> - 2009-09-25 14:33:55
|
Hi, for convenience would it be nice for NamedGraphSet to extend Iterable? It is trivial: public Iterator<NamedGraph> iterator() { return listGraphs(); } though puting it in NamedGraphSetIO might be a bit ugly. Tim |