#include <TTreeMap.h>
Inheritance diagram for acdk::util::TTreeMapKeySet< K, V >:
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< ThisType > | RThisType |
typedef RThisType | RefType |
typedef TAbstractSet< K > | SuperType |
typedef TCollection< K > | CollectionType |
typedef CollectionType::RefType | RCollectionType |
typedef TSet< RKeyType > | SetType |
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 |
|
Reimplemented from acdk::util::TAbstractSet< K >. |
|
Reimplemented from acdk::util::TAbstractSet< K >. |
|
Reimplemented from acdk::util::TAbstractSet< K >. |
|
Reimplemented from acdk::util::TAbstractSet< K >. |
|
Reimplemented from acdk::util::TAbstractSet< K >. |
|
|
|
Reimplemented from acdk::util::TAbstractSet< K >. |
|
|
|
|
|
|
|
Reimplemented from acdk::util::TAbstractSet< K >. |
|
Reimplemented from acdk::util::TAbstractSet< K >. |
|
|
|
Reimplemented from acdk::util::TAbstractSet< K >. |
|
|
|
|
|
|
|
|
|
reimplemented from Collection
Reimplemented from acdk::util::TAbstractSet< K >. |
|
reimplemented from Collection
Reimplemented from acdk::util::TAbstractSet< K >. |
|
|
|
reimplemented from Collection
Reimplemented from acdk::util::TAbstractSet< K >. |
|
reimplemented from Collection
Implements acdk::util::TAbstractSet< K >. |
|
|
|
Implements acdk::util::TAbstractSet< K >. |
|
|
|
|