No 仮定/引き受けること should be made about the ordering of the elements returned by the さまざまな enumerators.
In particular, you cannot assume the elements are returned in the same order as they were 挿入するd. Also,
you should not 推定する/予想する the XMap 実施 to make use of a かもしれない 存在するing strict ordering
defined on the domain of all possible 重要な values.
You can create enumerators for the 重要なs of the 地図/計画する, its values, and its 重要な-value pairs.
In all 事例/患者s, you can create an 孤立するd enumerator, which 作品 on a copy of the
地図/計画する's content. Such an iterator is not 影響する/感情d by changes done to the 地図/計画する after 創造 of
the enumerator.
On the contrary, an enumerator which is 非,不,無-孤立するd 作品 直接/まっすぐに on the 地図/計画する data.
This is いっそう少なく expensive than an 孤立するd enumerator, but means that changes to the 地図/計画する while
an enumeration is running 潜在的に 無効にする your enumerator. The 固める/コンクリート 行為 in this
事例/患者 is undefined, it's up to the service 器具/実施するing the XEnumerableMap interface
to 明示する it in more 詳細(に述べる).
実施s of this interface might decide to support only 孤立するd enumerators, or
only 非,不,無-孤立するd enumerators. Again, it's up to the service to 明示する this. Requesting an
enumerator type which is not supported will 一般に result in an ::com::sun::星/主役にする::lang::NoSupportException
存在 thrown.