|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::SortedMap Class Reference#include <SortedMap.h>
Inheritance diagram for acdk::util::SortedMap:
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
overwrite void acdk::util::SortedMap::clear |
( |
|
) |
[pure virtual] |
|
virtual RComparator acdk::util::SortedMap::comparator |
( |
|
) |
[pure virtual] |
|
overwrite bool acdk::util::SortedMap::containsKey |
( |
IN(acdk::lang::Object) |
key |
) |
[pure virtual] |
|
overwrite bool acdk::util::SortedMap::containsValue |
( |
IN(acdk::lang::Object) |
value |
) |
[pure virtual] |
|
overwrite RSet acdk::util::SortedMap::entrySet |
( |
|
) |
[pure virtual] |
|
overwrite int acdk::util::SortedMap::hashCode |
( |
|
) |
[pure virtual] |
|
overwrite bool acdk::util::SortedMap::isEmpty |
( |
|
) |
[pure virtual] |
|
overwrite RSet acdk::util::SortedMap::keySet |
( |
|
) |
[pure virtual] |
|
overwrite void acdk::util::SortedMap::putAll |
( |
IN(RMap) |
m |
) |
[pure virtual] |
|
overwrite int acdk::util::SortedMap::size |
( |
|
) |
[pure virtual] |
|
overwrite RCollection acdk::util::SortedMap::values |
( |
|
) |
[pure virtual] |
|
|
|