#include <ArrayListEnumeration.h>
Public Member Functions | |
ArrayListEnumeration (const ArrayList &l) | |
bool | hasMoreElement () const |
Return true if there are more elements in the enumeration. | |
ArrayElement * | getFirstElement () |
Return the first element. | |
ArrayElement * | getNextElement () |
Return the next element. |