C# Class clojure.lang.Range.RangeStream

Implements a stream over a Range.
Inheritance: IStream
Afficher le fichier Open project: arohner/clojure-contrib

Méthodes publiques

Méthode Description
RangeStream ( long n, long end ) : System

Initialize a RangeStream.

next ( ) : object

Get the next value in the stream.

Method Details

RangeStream() public méthode

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

next() public méthode

Get the next value in the stream.
public next ( ) : object
Résultat object