|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::HashMap Class Reference#include <HashMap.h>
Inheritance diagram for acdk::util::HashMap:
List of all members.
Detailed Description
Implements a unsorted map using hashing Parts of this class are inspired from the GNU Classpath implementation.
- Author:
- of the orignal Classpath implementation: Copyright (c) 1998 by Jon A. Zeppieri (jon@eease.com), Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.27
- Date:
- Date
- 2005/04/09 19:26:57
Constructor & Destructor Documentation
acdk::util::HashMap::HashMap |
( |
IN(RMap) |
other |
) |
|
|
virtual acdk::util::HashMap::~HashMap |
( |
|
) |
[virtual] |
|
Member Function Documentation
bool acdk::util::HashMap::_containsEntry |
( |
IN(RMapEntry) |
entry |
) |
[private] |
|
void acdk::util::HashMap::_init |
( |
int |
initialCapacity, |
|
|
float |
initialLoadFactor |
|
) |
[private] |
|
void acdk::util::HashMap::_rehash |
( |
|
) |
[private] |
|
int acdk::util::HashMap::capacity |
( |
|
) |
[inline] |
|
virtual void acdk::util::HashMap::clear |
( |
|
) |
[virtual] |
|
virtual acdk::lang::Object acdk::util::HashMap::clone |
( |
sys::Allocator * |
alloc |
) |
[virtual] |
|
virtual bool acdk::util::HashMap::containsKey |
( |
IN(acdk::lang::Object) |
key |
) |
[inline, virtual] |
|
virtual bool acdk::util::HashMap::containsValue |
( |
IN(acdk::lang::Object) |
value |
) |
[virtual] |
|
virtual RSet acdk::util::HashMap::entrySet |
( |
|
) |
[virtual] |
|
virtual bool acdk::util::HashMap::isEmpty |
( |
|
) |
[inline, virtual] |
|
virtual RIterator acdk::util::HashMap::iterator |
( |
|
) |
[virtual] |
|
virtual RSet acdk::util::HashMap::keySet |
( |
|
) |
[virtual] |
|
float acdk::util::HashMap::loadFactor |
( |
|
) |
[inline] |
|
virtual void acdk::util::HashMap::putAll |
( |
IN(RMap) |
t |
) |
[virtual] |
|
void acdk::util::HashMap::set_hashFunc |
( |
ObjectHashFunc |
func |
) |
[inline] |
|
virtual int acdk::util::HashMap::size |
( |
|
) |
[inline, virtual] |
|
virtual RCollection acdk::util::HashMap::values |
( |
|
) |
[virtual] |
|
Friends And Related Function Documentation
Member Data Documentation
|
|