Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes

TRSStringHashTable<TValue>.TStringIterator Class

Scroll Prev Top Next More

TRSStringHashTable.TStringIterator is the enumerator class for the string keys in the dictionary, that also implements the CommonInterfaces.IStringIterator interface.

TRSStringHashTable.TStringIterator is the class that implements enumerating functionality to the collection of string keys in the dictionary.
 

The IStringIterator interface is similar to an Enumeration in java.

To use the iterator is simple, get the iterator and then keep calling the RSGenerics.Collections.TRSStringHashTable<TValue>.TStringIterator.NextElement method until the RSGenerics.Collections.TRSStringHashTable<TValue>.TStringIterator.HasMoreElements method returns False. The iterator works by giving you the next element until the end of the list, there is no provision for getting the previous element.
 

Namespace: RSGenerics.Collections

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb