ArrayListEnumeration Class Reference
An implementation of the ArrayEnumaration based on the ArrayList class.
More...
#include <ArrayListEnumeration.h>
List of all members.
|
Public Member Functions |
| ArrayListEnumeration (const ArrayList &l) |
bool | hasMoreElement () const |
| Return true if there are more elements in the enumeration.
|
ArrayElement * | getNextElement () |
| Return the next element.
|
Detailed Description
An implementation of the ArrayEnumaration based on the ArrayList class.
The documentation for this class was generated from the following file: