generators in Java?

Tom Sheffler tom.sheffler at sbcglobal.net
Fri Dec 30 14:37:00 EST 2005


This may have been discussed before, so I apologize.

Does Java have generators?  I am aware of the "Iterator" interface,
but it seems much more restrictive.  Python generators are useful
for many more things than simply list enumeration, but the Java
Iterator seems limited.

Tom



More information about the Python-list mailing list