このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XMap
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: コンテナ ::

unpublished interface XMap
Base Interfaces
XMapXElementAccess

XElementAccess
(言及/関連d interface's 要約:)
This is the base interface of all collection interfaces.
Usage 制限s
not published
Description
述べるs a 地図/計画する between 重要なs and values.

重要なs in the 地図/計画する are unique, and each 重要な 地図/計画するs to 正確に/まさに one value.

位置を示すing elements in the 地図/計画する, both values and 重要なs, 要求するs a notion of equality of two 反対するs. In conformance with the UNO type system, two values are said to be equal if and only if they have the same type, and both denote the same element of this type's value 始める,決める.

See also
地図/計画する
for a default 実施 of this interface

Methods' 要約
(疑いを)晴らす (疑いを)晴らすs the 地図/計画する, 除去するing all 重要な-value pairs from it.  
containsKey 決定するs whether a mapping for he given 重要な 存在するs in the 地図/計画する  
containsValue 決定するs whether the 地図/計画する 含む/封じ込めるs a mapping to a given value.  
get gets the value to which a given 重要な 地図/計画するs.  
put associates a given 重要な with a given value  
除去する 除去するs a 重要な-value mapping, given by 重要な, from the 地図/計画する.  
せいにするs' 要約
KeyType denotes the type of the 重要なs in the 地図/計画する.  
ValueType denotes the type of the values in the 地図/計画する.  
Methods' 詳細(に述べる)s
(疑いを)晴らす
無効の
(疑いを)晴らす()
raises( ::com::sun::星/主役にする::lang::NoSupportException );

Description
(疑いを)晴らすs the 地図/計画する, 除去するing all 重要な-value pairs from it.
Throws
::com::sun::星/主役にする::beans::NoSupportException if the 地図/計画する is not mutable.
containsKey
boolean
containsKey( [in] any  重要な )
raises( ::com::sun::星/主役にする::beans::IllegalTypeException,
::com::sun::星/主役にする::lang::IllegalArgumentException );

Description
決定するs whether a mapping for he given 重要な 存在するs in the 地図/計画する
Parameter 重要な
is the 重要な whose presence in the 地図/計画する is to be 実験(する)d.
Returns
true if and only if the 地図/計画する 含む/封じ込めるs a mapping for the given 重要な.
Throws
::com::sun::星/主役にする::beans::IllegalTypeException if the given 重要な is not of a type which is 受託するd by the 地図/計画する
Throws
::com::sun::星/主役にする::lang::IllegalArgumentException if the given 重要な is not supported to be put into the 地図/計画する. It's up to the service 器具/実施するing the XMap interface to 明示する which special values are not supported. For instances, 実施s might decide to not 許す 無効の 重要なs, or to 拒絶する 二塁打.NaN (not a number) to 予定 its problematic 行為 with 尊敬(する)・点 to equality.
containsValue
boolean
containsValue( [in] any  Value )
raises( ::com::sun::星/主役にする::beans::IllegalTypeException,
::com::sun::星/主役にする::lang::IllegalArgumentException );

Description
決定するs whether the 地図/計画する 含む/封じ込めるs a mapping to a given value.
Parameter Value
is the value whose presence in the 地図/計画する is to be 実験(する)d.
Returns
true if and only one or more 重要なs 地図/計画する to the given value.
Throws
::com::sun::星/主役にする::beans::IllegalTypeException if the given value is not of a type which is 受託するd by the 地図/計画する. It's up to the service 器具/実施するing the XMap interface to 明示する which special values are not supported. For instances, 実施s might decide to not 許す 二塁打.NaN (not a number) to 予定 its problematic 行為 with 尊敬(する)・点 to equality.
Throws
::com::sun::星/主役にする::lang::IllegalArgumentException if the given value is not supported to be put into the 地図/計画する.
get
any
get( [in] any  重要な )
raises( ::com::sun::星/主役にする::beans::IllegalTypeException,
::com::sun::星/主役にする::lang::IllegalArgumentException,
NoSuchElementException );

Description
gets the value to which a given 重要な 地図/計画するs.
Parameter 重要な
they 重要な whose associated value is to be returned.
Returns
the value which is associated with the given 重要な.
Throws
::com::sun::星/主役にする::beans::IllegalTypeException if the given 重要な is not of a type which is 受託するd by the 地図/計画する
Throws
::com::sun::星/主役にする::beans::IllegalArgumentException if the given 重要な is not supported to be put into the 地図/計画する. It's up to the service 器具/実施するing the XMap interface to 明示する which special values are not supported. For instances, 実施s might decide to not 許す 無効の 重要なs, or to 拒絶する 二塁打.NaN (not a number) to 予定 its problematic 行為 with 尊敬(する)・点 to equality.
Throws
::com::sun::星/主役にする::コンテナ::NoSuchElementException if there is no value associated with the given 重要な
put
any
put( [in] any  重要な,
[in] any  Value )
raises( ::com::sun::星/主役にする::lang::NoSupportException,
::com::sun::星/主役にする::beans::IllegalTypeException,
::com::sun::星/主役にする::lang::IllegalArgumentException );

Description
associates a given 重要な with a given value

If the 地図/計画する already 含む/封じ込めるs a mapping for the given 重要な, then the old value is 取って代わるd by the given new value.

Parameter 重要な
is the 重要な which the given value should be associated with
Parameter Value
is the value which should be associated with the given 重要な
Returns
the value which was 以前 associated with the given 重要な, or 無効の if there was no such previous 協会.
Throws
::com::sun::星/主役にする::beans::IllegalTypeException if the given 重要な is not of a type which is 受託するd by the 地図/計画する
Throws
::com::sun::星/主役にする::lang::IllegalArgumentException if the given 重要な, or the given value, is not supported to be put into the 地図/計画する. It's up to the service 器具/実施するing the XMap interface to 明示する which special values are not supported.
For instances, 実施s might decide to not 許す 無効の 重要なs or values, or to 拒絶する 二塁打.NaN (not a number) to 予定 its problematic 行為 with 尊敬(する)・点 to equality.
Throws
::com::sun::星/主役にする::beans::NoSupportException if the 地図/計画する does not support putting new mappings into it
除去する
any
除去する( [in] any  重要な )
raises( ::com::sun::星/主役にする::lang::NoSupportException,
::com::sun::星/主役にする::beans::IllegalTypeException,
::com::sun::星/主役にする::lang::IllegalArgumentException,
NoSuchElementException );

Description
除去するs a 重要な-value mapping, given by 重要な, from the 地図/計画する.
Parameter 重要な
is the 重要な whose mapping should be 除去するd from the 地図/計画する
Returns
the value which was associated with the given 重要な before the 除去
Throws
::com::sun::星/主役にする::beans::IllegalTypeException if the given 重要な is not of a type which is 受託するd by the 地図/計画する
Throws
::com::sun::星/主役にする::lang::IllegalArgumentException if the given 重要な is not supported to be put into the 地図/計画する. It's up to the service 器具/実施するing the XMap interface to 明示する which special values are not supported. For instances, 実施s might decide to not 許す 無効の 重要なs, or to 拒絶する 二塁打.NaN (not a number) to 予定 its problematic 行為 with 尊敬(する)・点 to equality.
Throws
::com::sun::星/主役にする::beans::NoSupportException if the 地図/計画する does not support 除去するing mappings
Throws
::com::sun::星/主役にする::コンテナ::NoSuchElementException if there is no value associated with the given 重要な
せいにするs' 詳細(に述べる)s
KeyType
[ readonly ] type KeyType;
Description
denotes the type of the 重要なs in the 地図/計画する.

実施s are 解放する/自由な to 受託する any supertype of KeyType as 重要なs.

ValueType
[ readonly ] type ValueType;
Description
denotes the type of the values in the 地図/計画する.

実施s are 解放する/自由な to 受託する any supertype of the ValueType as values.

最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.