2005/5/9

     
 

class THashMapValuesCollection

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::util::THashMapValuesCollection< K, V > Class Template Reference

#include <THashMap.h>

Inheritance diagram for acdk::util::THashMapValuesCollection< K, V >:

acdk::util::TAbstractCollection< V > acdk::lang::Object acdk::util::TCollection< V > acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

template<class K, class V>
class acdk::util::THashMapValuesCollection< K, V >


Public Types

typedef K RKeyType
typedef V RValueType
typedef THashMap< RKeyType,
RValueType
HashMapType
typedef HashMapType::RefType RHashMapType
typedef THashMapValuesCollection<
RKeyType, RValueType
ThisCollection
typedef RefHolder< ThisCollectionRThisCollection
typedef TCollection< RValueTypeCollectionType
typedef CollectionType::RefType RCollectionType
typedef CollectionType::IteratorType IteratorType
typedef IteratorType::RefType RIteratorType

Public Member Functions

 THashMapValuesCollection (IN(RHashMapType) hashMap)
virtual bool add (IN(RValueType) o)
virtual bool addAll (IN(RCollectionType) c)
 reimplemented from Collection

virtual void clear ()
 reimplemented from Collection

virtual bool contains (IN(RValueType) o)
 reimplemented from Collection

virtual bool isEmpty ()
 reimplemented from Collection

virtual int size ()
 return the number of elements in this collection

virtual RIteratorType iterator ()
 reimplemented from Collection

virtual bool equals (IN(acdk::lang::Object) c)
 Normally check for equality (not identity) Object::equals() is true only if both objects are the same instance.

virtual int hashCode ()

Private Attributes

RHashMapType _hashMap

Member Typedef Documentation

template<class K, class V>
typedef TCollection<RValueType> acdk::util::THashMapValuesCollection< K, V >::CollectionType
 

Reimplemented from acdk::util::TAbstractCollection< V >.

template<class K, class V>
typedef THashMap<RKeyType, RValueType> acdk::util::THashMapValuesCollection< K, V >::HashMapType
 

template<class K, class V>
typedef CollectionType::IteratorType acdk::util::THashMapValuesCollection< K, V >::IteratorType
 

Reimplemented from acdk::util::TAbstractCollection< V >.

template<class K, class V>
typedef CollectionType::RefType acdk::util::THashMapValuesCollection< K, V >::RCollectionType
 

Reimplemented from acdk::util::TAbstractCollection< V >.

template<class K, class V>
typedef HashMapType::RefType acdk::util::THashMapValuesCollection< K, V >::RHashMapType
 

template<class K, class V>
typedef IteratorType::RefType acdk::util::THashMapValuesCollection< K, V >::RIteratorType
 

Reimplemented from acdk::util::TAbstractCollection< V >.

template<class K, class V>
typedef K acdk::util::THashMapValuesCollection< K, V >::RKeyType
 

template<class K, class V>
typedef RefHolder<ThisCollection> acdk::util::THashMapValuesCollection< K, V >::RThisCollection
 

template<class K, class V>
typedef V acdk::util::THashMapValuesCollection< K, V >::RValueType
 

Reimplemented from acdk::util::TAbstractCollection< V >.

template<class K, class V>
typedef THashMapValuesCollection<RKeyType, RValueType> acdk::util::THashMapValuesCollection< K, V >::ThisCollection
 


Constructor & Destructor Documentation

template<class K, class V>
acdk::util::THashMapValuesCollection< K, V >::THashMapValuesCollection IN(RHashMapType hashMap  )  [inline]
 


Member Function Documentation

template<class K, class V>
virtual bool acdk::util::THashMapValuesCollection< K, V >::add IN(RValueType o  )  [inline, virtual]
 

template<class K, class V>
virtual bool acdk::util::THashMapValuesCollection< K, V >::addAll IN(RCollectionType c  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::TAbstractCollection< V >.

template<class K, class V>
virtual void acdk::util::THashMapValuesCollection< K, V >::clear  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::TAbstractCollection< V >.

template<class K, class V>
virtual bool acdk::util::THashMapValuesCollection< K, V >::contains IN(RValueType o  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::TAbstractCollection< V >.

template<class K, class V>
virtual bool acdk::util::THashMapValuesCollection< K, V >::equals IN(acdk::lang::Object c  )  [inline, virtual]
 

Normally check for equality (not identity) Object::equals() is true only if both objects are the same instance.

See also:
serialized_equals()

Reimplemented from acdk::lang::Object.

template<class K, class V>
virtual int acdk::util::THashMapValuesCollection< K, V >::hashCode  )  [inline, virtual]
 

See also:
serialized_hashCode

Reimplemented from acdk::lang::Object.

template<class K, class V>
virtual bool acdk::util::THashMapValuesCollection< K, V >::isEmpty  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::TAbstractCollection< V >.

template<class K, class V>
virtual RIteratorType acdk::util::THashMapValuesCollection< K, V >::iterator  )  [inline, virtual]
 

reimplemented from Collection

Implements acdk::util::TAbstractCollection< V >.

template<class K, class V>
virtual int acdk::util::THashMapValuesCollection< K, V >::size  )  [inline, virtual]
 

return the number of elements in this collection

Implements acdk::util::TCollection< V >.


Member Data Documentation

template<class K, class V>
RHashMapType acdk::util::THashMapValuesCollection< K, V >::_hashMap [private]