beecrypt::util::ListIterator< E > Class Template Reference
[C++ classes mimicking java.util]

#include <ListIterator.h>

Inheritance diagram for beecrypt::util::ListIterator< E >:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::util::ListIterator< E >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void add (E *e)=0
virtual bool hasNext ()=0 throw ()
virtual bool hasPrevious ()=0 throw ()
virtual E * next ()=0 throw (NoSuchElementException)
virtual int nextIndex ()=0 throw ()
virtual E * previous ()=0 throw (NoSuchElementException)
virtual int previousIndex ()=0 throw ()
virtual void remove ()=0
virtual void set (E *e)=0

template<class E>
class beecrypt::util::ListIterator< E >


Member Function Documentation

template<class E>
virtual void beecrypt::util::ListIterator< E >::add ( E *  e  )  [pure virtual]

template<class E>
virtual bool beecrypt::util::ListIterator< E >::hasNext (  )  throw () [pure virtual]

template<class E>
virtual bool beecrypt::util::ListIterator< E >::hasPrevious (  )  throw () [pure virtual]

template<class E>
virtual E* beecrypt::util::ListIterator< E >::next (  )  throw (NoSuchElementException) [pure virtual]

template<class E>
virtual int beecrypt::util::ListIterator< E >::nextIndex (  )  throw () [pure virtual]

template<class E>
virtual E* beecrypt::util::ListIterator< E >::previous (  )  throw (NoSuchElementException) [pure virtual]

template<class E>
virtual int beecrypt::util::ListIterator< E >::previousIndex (  )  throw () [pure virtual]

template<class E>
virtual void beecrypt::util::ListIterator< E >::remove (  )  [pure virtual]

template<class E>
virtual void beecrypt::util::ListIterator< E >::set ( E *  e  )  [pure virtual]


The documentation for this class was generated from the following file:

Generated on Fri Jun 19 13:39:43 2009 for BeeCrypt C++ by  doxygen 1.5.8