|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::SortedSet Class Reference#include <SortedSet.h>
Inheritance diagram for acdk::util::SortedSet:
List of all members.
Detailed Description
API: Java<br/>.
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.10
- Date:
- Date
- 2005/04/09 19:26:57
Member Function Documentation
overwrite bool acdk::util::SortedSet::addAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
overwrite void acdk::util::SortedSet::clear |
( |
|
) |
[pure virtual] |
|
virtual RComparator acdk::util::SortedSet::comparator |
( |
|
) |
[pure virtual] |
|
overwrite bool acdk::util::SortedSet::contains |
( |
IN(acdk::lang::Object) |
o |
) |
[pure virtual] |
|
overwrite bool acdk::util::SortedSet::containsAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
overwrite int acdk::util::SortedSet::hashCode |
( |
|
) |
[pure virtual] |
|
overwrite bool acdk::util::SortedSet::isEmpty |
( |
|
) |
[pure virtual] |
|
overwrite RIterator acdk::util::SortedSet::iterator |
( |
|
) |
[pure virtual] |
|
overwrite bool acdk::util::SortedSet::removeAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
overwrite bool acdk::util::SortedSet::retainAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
overwrite int acdk::util::SortedSet::size |
( |
|
) |
[pure virtual] |
|
overwrite RObjectArray acdk::util::SortedSet::toArray |
( |
|
) |
[pure virtual] |
|
|
|