C# 클래스 LSCollections.SkipList.SkipListEnumerator

Enumerates the elements of a skip list.
상속: IDictionaryEnumerator
파일 보기 프로젝트 열기: jeske/StepsDB-alpha

공개 메소드들

메소드 설명
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