C# Класс LSCollections.SkipList.SkipListEnumerator

Enumerates the elements of a skip list.
Наследование: IDictionaryEnumerator
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

MoveNext() публичный Метод

Advances the enumerator to the next element of the skip list.
public MoveNext ( ) : bool
Результат bool

Reset() публичный Метод

Sets the enumerator to its initial position, which is before the first element in the skip list.
public Reset ( ) : void
Результат void

SkipListEnumerator() публичный Метод

Initializes an instance of a SkipListEnumerator.
public SkipListEnumerator ( SkipList list ) : System
list SkipList
Результат System