Methods' Details |
createKeyEnumeration
- Description
- creates an enumerator for the keys of the map
- Parameter Isolated
- controls whether the newly create enumerator should be isolated from the map.
- Throws
- ::com::sun::star::lang::NoSupportException
if the specified enumerator method is not supported by the implementation.
|
|
createValueEnumeration
- Description
- creates an enumerator for the values of the map
- Parameter Isolated
- controls whether the newly create enumerator should be isolated from the map.
- Throws
- ::com::sun::star::lang::NoSupportException
if the specified enumerator method is not supported by the implementation.
|
|
createElementEnumeration
- Description
- creates an enumerator for the key-value pairs of the map
The elements returned by the enumerator are instances of com::sun::star::beans::Pair,
holding the key-value-pairs which are part of the map.
- Parameter Isolated
- controls whether the newly create enumerator should be isolated from the map.
- Throws
- ::com::sun::star::lang::NoSupportException
if the specified enumerator method is not supported by the implementation.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.