Package jfun.util.yield

Provides a simple framework that supports the Ruby-style yield.

See: Description

Package jfun.util.yield Description

Provides a simple framework that supports the Ruby-style yield.
Programmer can use the convenient yield syntax to implement iterators. The framework is responsible for transforming the yield-iterator to the standard java.util.Iterator.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: