artefaktur
software engineer &        architecture

 
 
 
 

class TSortedMapValueCollection

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

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

#include <TTreeMap.h>

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

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

Detailed Description

template<class K, class V>
class acdk::util::TSortedMapValueCollection< 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 Types

typedef K RKeyType
typedef V RValueType
typedef TSortedMapValueCollection<
RKeyType, RValueType
ThisType
typedef RefHolder< ThisTypeRThisType
typedef RThisType RefType
typedef TCollection< RValueTypeCollectionType
typedef CollectionType::RefType RCollectionType
typedef TSortedMap< RKeyType,
RValueType
SortedMapType
typedef SortedMapType::RefType RSortedMapType
typedef TTreeMap< RKeyType,
RValueType
TreeMapType
typedef TreeMapType::RefType RTreeMapType
typedef TSubTreeMap< RKeyType,
RValueType
SubTreeMapType
typedef SubTreeMapType::RefType RSubTreeMapType
typedef CollectionType::IteratorType IteratorType
typedef IteratorType::RefType RIteratorType

Public Member Functions

 TSortedMapValueCollection (IN(RSortedMapType) map)
virtual bool add (IN(RValueType) object)
virtual bool addAll (IN(RCollectionType) coll)
 reimplemented from Collection

virtual void clear ()
 reimplemented from Collection

virtual bool contains (IN(RValueType) object)
 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) obj)
 Normally check for equality (not identity) Object::equals() is true only if both objects are the same instance.

virtual int hashCode ()

Private Attributes

RSortedMapType _map

Member Typedef Documentation

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

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

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

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

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

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

template<class K, class V>
typedef RThisType acdk::util::TSortedMapValueCollection< K, V >::RefType
 

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

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

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

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

template<class K, class V>
typedef SortedMapType::RefType acdk::util::TSortedMapValueCollection< K, V >::RSortedMapType
 

template<class K, class V>
typedef SubTreeMapType::RefType acdk::util::TSortedMapValueCollection< K, V >::RSubTreeMapType
 

template<class K, class V>
typedef RefHolder<ThisType> acdk::util::TSortedMapValueCollection< K, V >::RThisType
 

template<class K, class V>
typedef TreeMapType::RefType acdk::util::TSortedMapValueCollection< K, V >::RTreeMapType
 

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

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

template<class K, class V>
typedef TSortedMap<RKeyType, RValueType> acdk::util::TSortedMapValueCollection< K, V >::SortedMapType
 

template<class K, class V>
typedef TSubTreeMap<RKeyType, RValueType> acdk::util::TSortedMapValueCollection< K, V >::SubTreeMapType
 

template<class K, class V>
typedef TSortedMapValueCollection<RKeyType, RValueType> acdk::util::TSortedMapValueCollection< K, V >::ThisType
 

template<class K, class V>
typedef TTreeMap<RKeyType, RValueType> acdk::util::TSortedMapValueCollection< K, V >::TreeMapType
 


Constructor & Destructor Documentation

template<class K, class V>
acdk::util::TSortedMapValueCollection< K, V >::TSortedMapValueCollection IN(RSortedMapType map  )  [inline]
 


Member Function Documentation

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

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

reimplemented from Collection

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

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

reimplemented from Collection

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

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

reimplemented from Collection

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

template<class K, class V>
virtual bool acdk::util::TSortedMapValueCollection< K, V >::equals IN(acdk::lang::Object obj  )  [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::TSortedMapValueCollection< K, V >::hashCode  )  [inline, virtual]
 

See also:
serialized_hashCode

Reimplemented from acdk::lang::Object.

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

reimplemented from Collection

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

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

reimplemented from Collection

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

template<class K, class V>
virtual int acdk::util::TSortedMapValueCollection< 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>
RSortedMapType acdk::util::TSortedMapValueCollection< K, V >::_map [private]
 

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