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

#include <AbstractSet.h>

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

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual bool equals (const Object *obj) const throw ()
virtual jint hashCode () const throw ()
virtual Iterator< E > * iterator ()=0
virtual Iterator< E > * iterator () const =0
virtual bool removeAll (const Collection< E > &c)
virtual jint size () const =0 throw ()

Protected Member Functions

 AbstractSet ()


Detailed Description

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

Warning:
See the description of beecrypt::util:Collection for limitations on template parameter class E.

Constructor & Destructor Documentation

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


Member Function Documentation

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

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

template<class E>
virtual Iterator<E>* beecrypt::util::AbstractSet< E >::iterator (  )  const [pure virtual]

template<class E>
virtual Iterator<E>* beecrypt::util::AbstractSet< E >::iterator (  )  [pure virtual]

template<class E>
virtual bool beecrypt::util::AbstractSet< E >::removeAll ( const Collection< E > &  c  )  [inline, virtual]

template<class E>
virtual jint beecrypt::util::AbstractSet< E >::size (  )  const throw () [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