C# 클래스 LibiadaCore.Misc.Iterators.CustomIterator

The custom iterator.
상속: IIterator
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 메소드들

메소드 설명
Current ( ) : AbstractChain

The current.

CustomIterator ( AbstractChain source, List starts, List lengthes ) : System

Initializes a new instance of the CustomIterator class.

Next ( ) : bool

The next.

Reset ( ) : void

The reset.

메소드 상세

Current() 공개 메소드

The current.
public Current ( ) : AbstractChain
리턴 LibiadaCore.Core.AbstractChain

CustomIterator() 공개 메소드

Initializes a new instance of the CustomIterator class.
/// Thrown if arguments are invalid. ///
public CustomIterator ( AbstractChain source, List starts, List lengthes ) : System
source LibiadaCore.Core.AbstractChain /// The source. ///
starts List /// The starts. ///
lengthes List /// The lengthes. ///
리턴 System

Next() 공개 메소드

The next.
public Next ( ) : bool
리턴 bool

Reset() 공개 메소드

The reset.
public Reset ( ) : void
리턴 void