Class BinaryHeap.BinaryHeapEnumerator
- Namespace
- Sportradar.LiveData.Sdk.Services.PriorityQueue
- Assembly
- Sportradar.LiveData.Sdk.dll
Enumerator for entries in the heap.
public class BinaryHeap.BinaryHeapEnumerator : IEnumerator
- Inheritance
-
BinaryHeap.BinaryHeapEnumerator
- Implements
- Inherited Members
Properties
Current
Gets the current object in the list.
public object Current { get; }
Property Value
Methods
MoveNext()
Moves to the next item in the list.
public bool MoveNext()
Returns
- bool
Whether there are more items in the list.
Reset()
Resets the enumerator.
public void Reset()