2005/5/9
-- ACDK API Docs Namespaces acdk acdk::util TAbstractMap members See also: TAbstractMap.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <TAbstractMap.h>
Inheritance diagram for acdk::util::TAbstractMap< K, V >:
Reimplemented from acdk::util::TMap< K, V >.
Reimplemented in acdk::util::THashMap< K, V >, acdk::util::TTreeMap< K, V >, acdk::util::TSubTreeMap< K, V >, and acdk::util::THashMap< RRemoteObjectId, RRemoteObjectReferences >.
[inline]
[inline, virtual]
Implements acdk::util::TMap< K, V >.
Reimplemented in acdk::util::TTreeMap< K, V >, and acdk::util::TSubTreeMap< K, V >.
[pure virtual]
Implemented in acdk::util::THashMap< K, V >, acdk::util::TTreeMap< K, V >, acdk::util::TSubTreeMap< K, V >, and acdk::util::THashMap< RRemoteObjectId, RRemoteObjectReferences >.
Normally check for equality (not identity) Object::equals() is true only if both objects are the same instance.
Reimplemented from acdk::lang::Object.
return a string representation of this object Object::toString() return getName() by default
[virtual]