Class OpenAddressHashSetEnumerator<V>
Inheritance
OpenAddressHashSetEnumerator<V>
Assembly: Advanced.Algorithms.dll
Syntax
public class OpenAddressHashSetEnumerator<V> : IEnumerator<HashSetNode<V>>, IDisposable, IEnumerator
Type Parameters
Constructors
OpenAddressHashSetEnumerator(HashSetNode<V>[], Int32)
Declaration
public OpenAddressHashSetEnumerator(HashSetNode<V>[] hashArray, int length)
Parameters
Properties
Current
Declaration
public HashSetNode<V> Current { get; }
Property Value
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration
Explicit Interface Implementations
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Implements