#include <Enumeration.h>
Public Member Functions | |
| virtual | ~Enumeration () |
| virtual bool | hasMoreElements ()=0 throw () |
| virtual E * | nextElement ()=0 throw (NoSuchElementException) |
| virtual beecrypt::util::Enumeration< E >::~Enumeration | ( | ) | [inline, virtual] |
| virtual bool beecrypt::util::Enumeration< E >::hasMoreElements | ( | ) | throw () [pure virtual] |
| virtual E* beecrypt::util::Enumeration< E >::nextElement | ( | ) | throw (NoSuchElementException) [pure virtual] |
1.5.8