C# 클래스 clojure.lang.Range.RangeStream

Implements a stream over a Range.
상속: IStream
파일 보기 프로젝트 열기: arohner/clojure-contrib

공개 메소드들

메소드 설명
RangeStream ( long n, long end ) : System

Initialize a RangeStream.

next ( ) : object

Get the next value in the stream.

메소드 상세

RangeStream() 공개 메소드

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

next() 공개 메소드

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