|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::Set Class Reference#include <Set.h>
Inheritance diagram for acdk::util::Set:
List of all members.
Detailed Description
API: Java<br/>.
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.12
- Date:
- Date
- 2005/04/09 19:26:57
Member Function Documentation
virtual bool acdk::util::Set::addAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
virtual void acdk::util::Set::clear |
( |
|
) |
[pure virtual] |
|
virtual bool acdk::util::Set::containsAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
virtual int acdk::util::Set::hashCode |
( |
|
) |
[pure virtual] |
|
virtual bool acdk::util::Set::isEmpty |
( |
|
) |
[pure virtual] |
|
virtual RIterator acdk::util::Set::iterator |
( |
|
) |
[pure virtual] |
|
|
Implemented in acdk::util::AbstractMapCachedKeySet, acdk::util::AbstractSet, acdk::util::HashMapSet, acdk::util::HashSet, acdk::util::SortedSet, acdk::util::SynchronizedSet, acdk::util::SynchronizedSortedSet, acdk::util::SynchronizedMapEntySet, acdk::util::TreeMapSet, acdk::util::TreeSet, and acdk::util::WeakHashMapEntrySet. |
virtual bool acdk::util::Set::removeAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
virtual bool acdk::util::Set::retainAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
virtual int acdk::util::Set::size |
( |
|
) |
[pure virtual] |
|
virtual RObjectArray acdk::util::Set::toArray |
( |
|
) |
[pure virtual] |
|
|
|