C# Class LibiadaCore.Misc.Iterators.CustomIterator

The custom iterator.
Inheritance: IIterator
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Current() public méthode

The current.
public Current ( ) : AbstractChain
Résultat LibiadaCore.Core.AbstractChain

CustomIterator() public méthode

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. ///
Résultat System

Next() public méthode

The next.
public Next ( ) : bool
Résultat bool

Reset() public méthode

The reset.
public Reset ( ) : void
Résultat void