2005/5/9
-- ACDK API Docs Misc header THashMap_h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include HashMap.h #include TAbstractMap.h #include TBucket.h #include NoSuchElementException.h #include <acdk/lang/Math.h> #include <acdk/lang/Error.h> #include <acdk/lang/Cloneable.h> #include <acdk/io/Serializable.h> #include ConcurrentModificationException.h #include <acdk/lang/UnsupportedOperationException.h> #include <acdk/lang/ExtObject.h> #include <acdk/lang/IllegalStateException.h>
#include HashMap.h
#include TAbstractMap.h
#include TBucket.h
#include NoSuchElementException.h
#include <acdk/lang/Math.h>
#include <acdk/lang/Error.h>
#include <acdk/lang/Cloneable.h>
#include <acdk/io/Serializable.h>
#include ConcurrentModificationException.h
#include <acdk/lang/UnsupportedOperationException.h>
#include <acdk/lang/ExtObject.h>
#include <acdk/lang/IllegalStateException.h>
Value:
ACDK_DECL_MAP(Type1, RType1, Type2, RType2); \ typedef ::acdk::util::THashMap<RType1, RType2> Type1##To##Type2##HashMap; \ typedef Type1##To##Type2##HashMap::RefType R##Type1##To##Type2##HashMap