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

#include <AbstractList.h>

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

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

Collaboration graph
[legend]

List of all members.

Classes

class  Iter
class  ListIter

Public Member Functions

virtual ~AbstractList ()
virtual bool add (E *e)
virtual void add (jint index, E *e)
virtual bool addAll (jint index, const Collection< E > &c)
virtual void clear ()
virtual bool equals (const Object *obj) const throw ()
virtual E * get (jint index) const =0 throw (IndexOutOfBoundsException)
virtual jint hashCode () const throw ()
virtual jint indexOf (const E *e) const
virtual Iterator< E > * iterator ()
virtual Iterator< E > * iterator () const
virtual jint lastIndexOf (const E *e) const
virtual ListIterator< E > * listIterator (jint index=0) throw (IndexOutOfBoundsException)
virtual ListIterator< E > * listIterator (jint index=0) const throw (IndexOutOfBoundsException)
virtual E * remove (jint index)
virtual E * set (jint index, E *e)
virtual jint size () const =0 throw ()

Protected Member Functions

 AbstractList ()

Protected Attributes

jint modCount


Detailed Description

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

Warning:
class E must be a subclass of Object

Constructor & Destructor Documentation

template<class E>
beecrypt::util::AbstractList< E >::AbstractList (  )  [inline, protected]

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


Member Function Documentation

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

template<class E>
virtual bool beecrypt::util::AbstractList< E >::add ( E *  e  )  [inline, virtual]

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

template<class E>
virtual void beecrypt::util::AbstractList< E >::clear (  )  [inline, virtual]

template<class E>
virtual bool beecrypt::util::AbstractList< E >::equals ( const Object obj  )  const throw () [inline, virtual]

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

template<class E>
virtual jint beecrypt::util::AbstractList< E >::hashCode (  )  const throw () [inline, virtual]

template<class E>
virtual jint beecrypt::util::AbstractList< E >::indexOf ( const E *  e  )  const [inline, virtual]

template<class E>
virtual Iterator<E>* beecrypt::util::AbstractList< E >::iterator (  )  const [inline, virtual]

template<class E>
virtual Iterator<E>* beecrypt::util::AbstractList< E >::iterator (  )  [inline, virtual]

template<class E>
virtual jint beecrypt::util::AbstractList< E >::lastIndexOf ( const E *  e  )  const [inline, virtual]

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

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

template<class E>
virtual E* beecrypt::util::AbstractList< E >::remove ( jint  index  )  [inline, virtual]

template<class E>
virtual E* beecrypt::util::AbstractList< E >::set ( jint  index,
E *  e 
) [inline, virtual]

template<class E>
virtual jint beecrypt::util::AbstractList< E >::size (  )  const throw () [pure virtual]


Member Data Documentation

template<class E>
jint beecrypt::util::AbstractList< E >::modCount [protected]


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