artefaktur
software engineer &        architecture

 
 
 
 

class TAbstractSet

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

acdk::util::TAbstractSet< T > Class Template Reference

#include <TAbstractSet.h>

Inheritance diagram for acdk::util::TAbstractSet< T >:

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

template<class T>
class acdk::util::TAbstractSet< T >


Public Types

typedef T RValueType
typedef TAbstractSet< RValueTypeThisCollectionType
typedef RefHolder< TAbstractSet<
RValueType > > 
RThisCollectionType
typedef RThisCollectionType RefType
typedef TAbstractCollection<
RValueType
SuperType
typedef TSet< RValueTypeSetType
typedef SetType::RefType RSetType
typedef SuperType::IteratorType IteratorType
typedef IteratorType::RefType RIteratorType
typedef RObjectArrayImpl<
RValueType
RValueArrayType
typedef TCollection< RValueTypeCollectionType
typedef CollectionType::RefType RCollectionType

Public Member Functions

virtual bool equals (IN(acdk::lang::Object) o)
virtual int hashCode ()
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 containsAll (IN(RCollectionType) c)
 reimplemented from Collection

virtual bool isEmpty ()
 reimplemented from Collection

virtual RIteratorType iterator ()=0
 reimplemented from Collection

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

virtual bool removeAll (IN(RCollectionType) c)
 reimplemented from Collection

virtual bool retainAll (IN(RCollectionType) c)
 reimplemented from Collection

virtual int size ()=0
virtual RValueArrayType toArray ()
 reimplemented from Collection

virtual RValueArrayType toArray (IN(RValueArrayType) array)
 reimplemented from Collection


Member Typedef Documentation

template<class T>
typedef TCollection<RValueType> acdk::util::TAbstractSet< T >::CollectionType
 

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

Reimplemented in acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashMapKeySet< K, V >, acdk::util::TTreeMapKeySet< K, V >, acdk::util::TTreeMapValueSet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
typedef SuperType::IteratorType acdk::util::TAbstractSet< T >::IteratorType
 

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

Reimplemented in acdk::util::TAbstractMapCachedKeySet< K, V >, acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashMapKeySet< K, V >, acdk::util::THashSet< K >, acdk::util::TTreeMapKeySet< K, V >, acdk::util::TTreeMapValueSet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
typedef CollectionType::RefType acdk::util::TAbstractSet< T >::RCollectionType
 

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

Reimplemented in acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashMapKeySet< K, V >, acdk::util::TTreeMapKeySet< K, V >, acdk::util::TTreeMapValueSet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
typedef RThisCollectionType acdk::util::TAbstractSet< T >::RefType
 

Reimplemented from acdk::util::TSet< T >.

Reimplemented in acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashMapKeySet< K, V >, acdk::util::THashSet< K >, acdk::util::TTreeMapKeySet< K, V >, acdk::util::TTreeMapValueSet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
typedef IteratorType::RefType acdk::util::TAbstractSet< T >::RIteratorType
 

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

Reimplemented in acdk::util::TAbstractMapCachedKeySet< K, V >, acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashMapKeySet< K, V >, acdk::util::THashSet< K >, acdk::util::TTreeMapKeySet< K, V >, acdk::util::TTreeMapValueSet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
typedef SetType::RefType acdk::util::TAbstractSet< T >::RSetType
 

Reimplemented from acdk::util::TSet< T >.

Reimplemented in acdk::util::TTreeMapKeySet< K, V >, and acdk::util::TTreeMapValueSet< K, V >.

template<class T>
typedef RefHolder<TAbstractSet<RValueType> > acdk::util::TAbstractSet< T >::RThisCollectionType
 

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

Reimplemented in acdk::util::THashMapEntriesSet< K, V >, and acdk::util::THashMapKeySet< K, V >.

template<class T>
typedef RObjectArrayImpl<RValueType> acdk::util::TAbstractSet< T >::RValueArrayType
 

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

template<class T>
typedef T acdk::util::TAbstractSet< T >::RValueType
 

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

Reimplemented in acdk::util::TAbstractMapCachedKeySet< K, V >, acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashMapKeySet< K, V >, acdk::util::THashSet< K >, acdk::util::TTreeMapKeySet< K, V >, acdk::util::TTreeMapValueSet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
typedef TSet<RValueType> acdk::util::TAbstractSet< T >::SetType
 

Reimplemented from acdk::util::TSet< T >.

Reimplemented in acdk::util::TTreeMapKeySet< K, V >, and acdk::util::TTreeMapValueSet< K, V >.

template<class T>
typedef TAbstractCollection<RValueType> acdk::util::TAbstractSet< T >::SuperType
 

Reimplemented in acdk::util::TTreeMapKeySet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
typedef TAbstractSet<RValueType> acdk::util::TAbstractSet< T >::ThisCollectionType
 

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

Reimplemented in acdk::util::THashMapEntriesSet< K, V >, and acdk::util::THashMapKeySet< K, V >.


Member Function Documentation

template<class T>
virtual bool acdk::util::TAbstractSet< T >::add IN(RValueType o  )  [inline, virtual]
 

Implements acdk::util::TSet< T >.

Reimplemented in acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashSet< K >, and acdk::util::TTreeMapValueSet< K, V >.

template<class T>
virtual bool acdk::util::TAbstractSet< T >::addAll IN(RCollectionType c  )  [inline, virtual]
 

reimplemented from Collection

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

Reimplemented in acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashMapKeySet< K, V >, acdk::util::TTreeMapKeySet< K, V >, acdk::util::TTreeMapValueSet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
virtual void acdk::util::TAbstractSet< T >::clear  )  [inline, virtual]
 

reimplemented from Collection

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

Reimplemented in acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashMapKeySet< K, V >, acdk::util::THashSet< K >, acdk::util::TTreeMapKeySet< K, V >, acdk::util::TTreeMapValueSet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
virtual bool acdk::util::TAbstractSet< T >::contains IN(RValueType o  )  [inline, virtual]
 

reimplemented from Collection

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

Reimplemented in acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashSet< K >, and acdk::util::TTreeMapValueSet< K, V >.

template<class T>
virtual bool acdk::util::TAbstractSet< T >::containsAll IN(RCollectionType c  )  [inline, virtual]
 

reimplemented from Collection

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

template<class T>
virtual bool acdk::util::TAbstractSet< T >::equals IN(acdk::lang::Object o  )  [inline, virtual]
 

Implements acdk::util::TSet< T >.

template<class T>
virtual int acdk::util::TAbstractSet< T >::hashCode  )  [inline, virtual]
 

Implements acdk::util::TSet< T >.

template<class T>
virtual bool acdk::util::TAbstractSet< T >::isEmpty  )  [inline, virtual]
 

reimplemented from Collection

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

Reimplemented in acdk::util::TAbstractMapCachedKeySet< K, V >, acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashMapKeySet< K, V >, acdk::util::THashSet< K >, acdk::util::TTreeMapKeySet< K, V >, acdk::util::TTreeMapValueSet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
virtual RIteratorType acdk::util::TAbstractSet< T >::iterator  )  [pure virtual]
 

reimplemented from Collection

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

Implemented in acdk::util::TAbstractMapCachedKeySet< K, V >, acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashMapKeySet< K, V >, acdk::util::THashSet< K >, acdk::util::TTreeMapKeySet< K, V >, acdk::util::TTreeMapValueSet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
virtual bool acdk::util::TAbstractSet< T >::remove IN(RValueType o  )  [inline, virtual]
 

reimplemented from Collection

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

Reimplemented in acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashSet< K >, and acdk::util::TTreeMapValueSet< K, V >.

template<class T>
virtual bool acdk::util::TAbstractSet< T >::removeAll IN(RCollectionType c  )  [inline, virtual]
 

reimplemented from Collection

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

template<class T>
virtual bool acdk::util::TAbstractSet< T >::retainAll IN(RCollectionType c  )  [inline, virtual]
 

reimplemented from Collection

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

template<class T>
virtual int acdk::util::TAbstractSet< T >::size  )  [pure virtual]
 

Implements acdk::util::TSet< T >.

Implemented in acdk::util::TAbstractMapCachedKeySet< K, V >, acdk::util::THashMapEntriesSet< K, V >, acdk::util::THashMapKeySet< K, V >, acdk::util::THashSet< K >, acdk::util::TTreeMapKeySet< K, V >, acdk::util::TTreeMapValueSet< K, V >, and acdk::util::TTreeMapEntrySet< K, V >.

template<class T>
virtual RValueArrayType acdk::util::TAbstractSet< T >::toArray IN(RValueArrayType array  )  [inline, virtual]
 

reimplemented from Collection

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

template<class T>
virtual RValueArrayType acdk::util::TAbstractSet< T >::toArray  )  [inline, virtual]
 

reimplemented from Collection

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

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