Lines Matching refs:enumerator
46 <p>In all cases, you can create an <em>isolated</em> enumerator, which works on a copy of the
48 the enumerator.</p>
50 <p>On the contrary, an enumerator which is <em>non-isolated</em> works directly on the map data.
51 …This is less expensive than an <em>isolated</em> enumerator, but means that changes to the map whi…
52 an enumeration is running potentially invalidate your enumerator. The concrete behavior in this
58 …enumerator type which is not supported will generally result in an <type scope="com::sun::star::la…
63 /** creates a enumerator for the keys of the map
66 controls whether the newly create enumerator should be isolated from the map.
69 if the specified enumerator method is not supported by the implementation.
74 /** creates a enumerator for the values of the map
77 controls whether the newly create enumerator should be isolated from the map.
80 if the specified enumerator method is not supported by the implementation.
85 /** creates a enumerator for the key-value pairs of the map
87 …<p>The elements returned by the enumerator are instances of <type scope="com::sun::star::beans">Pa…
91 controls whether the newly create enumerator should be isolated from the map.
94 if the specified enumerator method is not supported by the implementation.