Does Java have an equivalent to Python\'s range(int, int) method?
The "Functional Java" library allows to program in such a way to a limited degree, it has a range() method creating an fj.data.Array instance.
See:
Similarly the "Totally Lazy" library offers a lazy range method: http://code.google.com/p/totallylazy/