C# Class clojure.lang.Range.RangeStream

Implements a stream over a Range.
Inheritance: IStream
显示文件 Open project: arohner/clojure-contrib

Public Methods

Method Description
RangeStream ( long n, long end ) : System

Initialize a RangeStream.

next ( ) : object

Get the next value in the stream.

Method Details

RangeStream() public method

Initialize a RangeStream.
public RangeStream ( long n, long end ) : System
n long Initial position.
end long Final position.
return System

next() public method

Get the next value in the stream.
public next ( ) : object
return object