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

#include <List.h>

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

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~List ()
virtual void add (jint index, E *e)=0
virtual bool addAll (jint index, const Collection< E > &c)=0
virtual E * get (jint index) const =0 throw (IndexOutOfBoundsException)
virtual jint indexOf (const E *e) const =0
virtual jint lastIndexOf (const E *e) const =0
virtual ListIterator< E > * listIterator (jint index=0)=0 throw (IndexOutOfBoundsException)
virtual ListIterator< E > * listIterator (jint index=0) const =0 throw (IndexOutOfBoundsException)
virtual E * remove (jint index)=0
virtual E * set (jint index, E *e)=0

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


Constructor & Destructor Documentation

template<class E>
virtual beecrypt::util::List< E >::~List (  )  [inline, virtual]


Member Function Documentation

template<class E>
virtual void beecrypt::util::List< E >::add ( jint  index,
E *  e 
) [pure virtual]

template<class E>
virtual bool beecrypt::util::List< E >::addAll ( jint  index,
const Collection< E > &  c 
) [pure virtual]

template<class E>
virtual E* beecrypt::util::List< E >::get ( jint  index  )  const throw (IndexOutOfBoundsException) [pure virtual]

template<class E>
virtual jint beecrypt::util::List< E >::indexOf ( const E *  e  )  const [pure virtual]

template<class E>
virtual jint beecrypt::util::List< E >::lastIndexOf ( const E *  e  )  const [pure virtual]

template<class E>
virtual ListIterator<E>* beecrypt::util::List< E >::listIterator ( jint  index = 0  )  const throw (IndexOutOfBoundsException) [pure virtual]

template<class E>
virtual ListIterator<E>* beecrypt::util::List< E >::listIterator ( jint  index = 0  )  throw (IndexOutOfBoundsException) [pure virtual]

template<class E>
virtual E* beecrypt::util::List< E >::remove ( jint  index  )  [pure virtual]

template<class E>
virtual E* beecrypt::util::List< E >::set ( jint  index,
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