C# Class LSCollections.SkipList.SkipListEnumerator

Enumerates the elements of a skip list.
Inheritance: IDictionaryEnumerator
Afficher le fichier Open project: jeske/StepsDB-alpha

Méthodes publiques

Méthode Description
MoveNext ( ) : bool

Advances the enumerator to the next element of the skip list.

Reset ( ) : void

Sets the enumerator to its initial position, which is before the first element in the skip list.

SkipListEnumerator ( SkipList list ) : System

Initializes an instance of a SkipListEnumerator.

Method Details

MoveNext() public méthode

Advances the enumerator to the next element of the skip list.
public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

Sets the enumerator to its initial position, which is before the first element in the skip list.
public Reset ( ) : void
Résultat void

SkipListEnumerator() public méthode

Initializes an instance of a SkipListEnumerator.
public SkipListEnumerator ( SkipList list ) : System
list SkipList
Résultat System