Show/Hide Toolbars

RiverSoftAVG Products Help

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

TRSStringObjectHashTable<T>.TObjectIterator Class

Scroll Prev Top Next More

TRSStringObjectHashTable.TObjectIterator is the enumerator class for the string keys in the dictionary, that also implements the CommonInterfaces.IObjectIterator interface.

TRSStringObjectHashTable.TObjectIterator is the class that implements enumerating functionality to the collection of value objects in the dictionary.
 

The IObjectIterator interface is similar to an Enumeration in java.

To use the iterator is simple, get the iterator and then keep calling the RSGenerics.Collections.TRSStringObjectHashTable<T>.TObjectIterator.NextElement method until the RSGenerics.Collections.TRSStringObjectHashTable<T>.TObjectIterator.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