#include <Enumeration.h>
Public Member Functions | |
virtual bool | hasMoreElement () const =0 |
Return true if there are more elements in the enumeration. | |
virtual ArrayElement * | getFirstElement ()=0 |
Return the first element or NULL if there is none. | |
virtual ArrayElement * | getNextElement ()=0 |
Return the next element or NULL if there is none. |