artefaktur
software engineer &        architecture

 
 
 
 

class TTreeMapKeySet

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

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

#include <TTreeMap.h>

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

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

Detailed Description

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

API: Java<br/>.

Author:
Roger Rene Kommer (mailto:kommer@artefaktur.com)
Version:
Revision
1.26
Date:
Date
2005/04/09 19:26:57


Public Member Functions

 TTreeMapKeySet (IN(RSortedMapType) sortedmap, IN(RTreeMapType) treeMap)
virtual bool add (IN(RKeyType) object)
virtual bool addAll (IN(RCollectionType) coll)
 reimplemented from Collection

virtual void clear ()
 reimplemented from Collection

virtual bool contains (IN(RKeyType) object)
virtual bool isEmpty ()
 reimplemented from Collection

virtual bool remove (IN(RKeyType) object)
virtual int size ()
virtual RIteratorType iterator ()
 reimplemented from Collection


Private Types

typedef K RKeyType
typedef V RValueType
typedef TTreeMapKeySet< RKeyType,
RValueType
ThisType
typedef RefHolder< ThisTypeRThisType
typedef RThisType RefType
typedef TAbstractSet< K > SuperType
typedef TCollection< K > CollectionType
typedef CollectionType::RefType RCollectionType
typedef TSet< RKeyTypeSetType
typedef SetType::RefType RSetType
typedef SuperType::IteratorType IteratorType
typedef IteratorType::RefType RIteratorType
typedef TSortedMap< RKeyType,
RValueType
SortedMapType
typedef SortedMapType::RefType RSortedMapType
typedef TTreeMap< RKeyType,
RValueType
TreeMapType
typedef TreeMapType::RefType RTreeMapType

Private Attributes

RSortedMapType _map
RTreeMapType _treeMap

Member Typedef Documentation

template<class K, class V>
typedef TCollection<K> acdk::util::TTreeMapKeySet< K, V >::CollectionType [private]
 

Reimplemented from acdk::util::TAbstractSet< K >.

template<class K, class V>
typedef SuperType::IteratorType acdk::util::TTreeMapKeySet< K, V >::IteratorType [private]
 

Reimplemented from acdk::util::TAbstractSet< K >.

template<class K, class V>
typedef CollectionType::RefType acdk::util::TTreeMapKeySet< K, V >::RCollectionType [private]
 

Reimplemented from acdk::util::TAbstractSet< K >.

template<class K, class V>
typedef RThisType acdk::util::TTreeMapKeySet< K, V >::RefType [private]
 

Reimplemented from acdk::util::TAbstractSet< K >.

template<class K, class V>
typedef IteratorType::RefType acdk::util::TTreeMapKeySet< K, V >::RIteratorType [private]
 

Reimplemented from acdk::util::TAbstractSet< K >.

template<class K, class V>
typedef K acdk::util::TTreeMapKeySet< K, V >::RKeyType [private]
 

template<class K, class V>
typedef SetType::RefType acdk::util::TTreeMapKeySet< K, V >::RSetType [private]
 

Reimplemented from acdk::util::TAbstractSet< K >.

template<class K, class V>
typedef SortedMapType::RefType acdk::util::TTreeMapKeySet< K, V >::RSortedMapType [private]
 

template<class K, class V>
typedef RefHolder<ThisType> acdk::util::TTreeMapKeySet< K, V >::RThisType [private]
 

template<class K, class V>
typedef TreeMapType::RefType acdk::util::TTreeMapKeySet< K, V >::RTreeMapType [private]
 

template<class K, class V>
typedef V acdk::util::TTreeMapKeySet< K, V >::RValueType [private]
 

Reimplemented from acdk::util::TAbstractSet< K >.

template<class K, class V>
typedef TSet<RKeyType> acdk::util::TTreeMapKeySet< K, V >::SetType [private]
 

Reimplemented from acdk::util::TAbstractSet< K >.

template<class K, class V>
typedef TSortedMap<RKeyType, RValueType> acdk::util::TTreeMapKeySet< K, V >::SortedMapType [private]
 

template<class K, class V>
typedef TAbstractSet<K> acdk::util::TTreeMapKeySet< K, V >::SuperType [private]
 

Reimplemented from acdk::util::TAbstractSet< K >.

template<class K, class V>
typedef TTreeMapKeySet<RKeyType, RValueType> acdk::util::TTreeMapKeySet< K, V >::ThisType [private]
 

template<class K, class V>
typedef TTreeMap<RKeyType, RValueType> acdk::util::TTreeMapKeySet< K, V >::TreeMapType [private]
 


Constructor & Destructor Documentation

template<class K, class V>
acdk::util::TTreeMapKeySet< K, V >::TTreeMapKeySet IN(RSortedMapType sortedmap,
IN(RTreeMapType treeMap
[inline]
 


Member Function Documentation

template<class K, class V>
virtual bool acdk::util::TTreeMapKeySet< K, V >::add IN(RKeyType object  )  [inline, virtual]
 

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

reimplemented from Collection

Reimplemented from acdk::util::TAbstractSet< K >.

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

reimplemented from Collection

Reimplemented from acdk::util::TAbstractSet< K >.

template<class K, class V>
virtual bool acdk::util::TTreeMapKeySet< K, V >::contains IN(RKeyType object  )  [inline, virtual]
 

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

reimplemented from Collection

Reimplemented from acdk::util::TAbstractSet< K >.

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

reimplemented from Collection

Implements acdk::util::TAbstractSet< K >.

template<class K, class V>
virtual bool acdk::util::TTreeMapKeySet< K, V >::remove IN(RKeyType object  )  [inline, virtual]
 

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

Implements acdk::util::TAbstractSet< K >.


Member Data Documentation

template<class K, class V>
RSortedMapType acdk::util::TTreeMapKeySet< K, V >::_map [private]
 

template<class K, class V>
RTreeMapType acdk::util::TTreeMapKeySet< K, V >::_treeMap [private]
 

 
Last modified 2005-05-08 18:33 by SYSTEM By Artefaktur, Ing. Bureau Kommer