Type: info
Title: ::comphelper::NamedValueCollection::get*
Posted by: [EMAIL PROTECTED]
Affected: -
Effective from: SRC680m200
*Summary*
--------
- NamedValueCollection::getIfExists_ensureType
+ NamedValueCollection::get_ensureType
*Description*
-------------
The methods getIfExists:ensureType (with various signatures) have been
replaced with get_ensureType. The old version had a rather complicated
semantics to distinguish between a value not being present in the
collection, a value being present and having a wrong type, and a value
being present and having the proper type.
The new version throws an IllegalArgumentException when a value with
the given name is present, but of wrong type, since this is what all
clients did, anyway.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]