artefaktur
software engineer &        architecture

 
 
 
 

class AbstractSet

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

acdk::util::AbstractSet Class Reference

#include <AbstractSet.h>

Inheritance diagram for acdk::util::AbstractSet:

acdk::util::AbstractCollection acdk::util::Set acdk::lang::Object acdk::util::Collection acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch acdk::util::AbstractMapCachedKeySet acdk::util::HashMapSet acdk::util::HashSet acdk::util::TreeMapSet acdk::util::TreeSet acdk::util::WeakHashMapEntrySet List of all members.

Detailed Description

API: Java<br/>.

Author:
of the original Classpath implementation Stuart Ballard (stuart.ballard@mcmail.com) Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Roger Rene Kommer (mailto:kommer@artefaktur.com)

Version:
Revision
1.16
Date:
Date
2005/04/09 19:26:56


Public Member Functions

virtual bool equals (IN(acdk::lang::Object) o)
 Normally check for equality (not identity) Object::equals() is true only if both objects are the same instance.

virtual int hashCode ()
virtual bool add (IN(acdk::lang::Object) o)
 reimplemented from Collection

virtual bool addAll (IN(RCollection) c)
 reimplemented from Collection

virtual void clear ()
 reimplemented from Collection

virtual bool contains (IN(acdk::lang::Object) o)
 reimplemented from Collection

virtual bool containsAll (IN(RCollection) c)
 reimplemented from Collection

virtual bool isEmpty ()
 reimplemented from Collection

virtual RIterator iterator ()=0
 reimplemented from Collection

virtual bool remove (IN(acdk::lang::Object) o)
 reimplemented from Collection

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

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

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

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


Member Function Documentation

virtual bool acdk::util::AbstractSet::add IN(acdk::lang::Object o  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::AbstractCollection.

Reimplemented in acdk::util::HashMapSet, acdk::util::HashSet, acdk::util::TreeMapSet, and acdk::util::TreeSet.

virtual bool acdk::util::AbstractSet::addAll IN(RCollection c  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::AbstractCollection.

Reimplemented in acdk::util::HashMapSet, acdk::util::TreeMapSet, and acdk::util::TreeSet.

virtual void acdk::util::AbstractSet::clear  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::AbstractCollection.

Reimplemented in acdk::util::HashMapSet, acdk::util::HashSet, acdk::util::TreeMapSet, and acdk::util::TreeSet.

virtual bool acdk::util::AbstractSet::contains IN(acdk::lang::Object o  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::AbstractCollection.

Reimplemented in acdk::util::HashMapSet, acdk::util::HashSet, acdk::util::TreeMapSet, and acdk::util::TreeSet.

virtual bool acdk::util::AbstractSet::containsAll IN(RCollection c  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::AbstractCollection.

Reimplemented in acdk::util::TreeSet.

virtual bool acdk::util::AbstractSet::equals IN(acdk::lang::Object o  )  [virtual]
 

Normally check for equality (not identity) Object::equals() is true only if both objects are the same instance.

See also:
serialized_equals()

Implements acdk::util::AbstractCollection.

Reimplemented in acdk::util::TreeSet.

virtual int acdk::util::AbstractSet::hashCode  )  [virtual]
 

See also:
serialized_hashCode

Implements acdk::util::AbstractCollection.

Reimplemented in acdk::util::TreeSet.

virtual bool acdk::util::AbstractSet::isEmpty  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::AbstractCollection.

Reimplemented in acdk::util::AbstractMapCachedKeySet, acdk::util::HashMapSet, acdk::util::HashSet, acdk::util::TreeMapSet, and acdk::util::TreeSet.

virtual RIterator acdk::util::AbstractSet::iterator  )  [pure virtual]
 

reimplemented from Collection

Implements acdk::util::AbstractCollection.

Implemented in acdk::util::AbstractMapCachedKeySet, acdk::util::HashMapSet, acdk::util::HashSet, acdk::util::TreeMapSet, acdk::util::TreeSet, and acdk::util::WeakHashMapEntrySet.

virtual bool acdk::util::AbstractSet::remove IN(acdk::lang::Object o  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::AbstractCollection.

Reimplemented in acdk::util::HashMapSet, acdk::util::HashSet, acdk::util::TreeMapSet, and acdk::util::TreeSet.

virtual bool acdk::util::AbstractSet::removeAll IN(RCollection c  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::AbstractCollection.

Reimplemented in acdk::util::TreeSet.

virtual bool acdk::util::AbstractSet::retainAll IN(RCollection c  )  [inline, virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::AbstractCollection.

Reimplemented in acdk::util::TreeSet.

virtual int acdk::util::AbstractSet::size  )  [pure virtual]
 

Implements acdk::util::Set.

Implemented in acdk::util::AbstractMapCachedKeySet, acdk::util::HashMapSet, acdk::util::HashSet, acdk::util::TreeMapSet, acdk::util::TreeSet, and acdk::util::WeakHashMapEntrySet.

virtual RObjectArray acdk::util::AbstractSet::toArray IN(RObjectArray array  )  [virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::AbstractCollection.

Reimplemented in acdk::util::TreeSet.

virtual RObjectArray acdk::util::AbstractSet::toArray  )  [virtual]
 

reimplemented from Collection

Reimplemented from acdk::util::AbstractCollection.

Reimplemented in acdk::util::TreeSet.

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