2005/5/9

     
 

class WeakHashMapEntrySet

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

acdk::util::WeakHashMapEntrySet Class Reference

#include <WeakHashMap.h>

Inheritance diagram for acdk::util::WeakHashMapEntrySet:

acdk::util::AbstractSet acdk::util::AbstractCollection acdk::util::Set acdk::lang::Object acdk::util::Collection acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Public Member Functions

 WeakHashMapEntrySet (IN(RSet) entryset)
int size ()
RIterator iterator ()
 reimplemented from Collection


Private Attributes

RSet _entrySet

Constructor & Destructor Documentation

acdk::util::WeakHashMapEntrySet::WeakHashMapEntrySet IN(RSet entryset  )  [inline]
 


Member Function Documentation

RIterator acdk::util::WeakHashMapEntrySet::iterator  )  [inline, virtual]
 

reimplemented from Collection

Implements acdk::util::AbstractSet.

int acdk::util::WeakHashMapEntrySet::size  )  [inline, virtual]
 

Implements acdk::util::AbstractSet.


Member Data Documentation

RSet acdk::util::WeakHashMapEntrySet::_entrySet [private]