Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

beecrypt::util::HashMap< K, V > Class Template Reference
[C++ classes mimicking java.util]

#include <HashMap.h>

Inheritance diagram for beecrypt::util::HashMap< K, V >:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::util::HashMap< K, V >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HashMap (jint initialCapacity=16, jfloat loadFactor=0.75)
void bool contains (const Object &obj) const throw ()
virtual bool isEmpty () const throw ()
virtual jint size () const throw ()

Detailed Description

template<class K, class V>
class beecrypt::util::HashMap< K, V >


Constructor & Destructor Documentation

template<class K, class V>
beecrypt::util::HashMap< K, V >::HashMap jint  initialCapacity = 16,
jfloat  loadFactor = 0.75
[inline]
 


Member Function Documentation

template<class K, class V>
void bool beecrypt::util::HashMap< K, V >::contains const Object &  obj  )  const throw () [inline]
 

template<class K, class V>
virtual bool beecrypt::util::HashMap< K, V >::isEmpty  )  const throw () [inline, virtual]
 

Implements beecrypt::util::Map< K, V >.

template<class K, class V>
virtual jint beecrypt::util::HashMap< K, V >::size  )  const throw () [inline, virtual]
 

Implements beecrypt::util::Map< K, V >.


The documentation for this class was generated from the following file:
Generated on Sun Apr 24 16:45:25 2005 for BeeCrypt C++ by  doxygen 1.3.9.1