V - Type of the values associated with the keys.public interface IConvertibleMap<V> extends Serializable
IComponentValueConverter. The default implementation is a hash map
(DefaultConvertibleMap). Represents the values which the individual children of ConvertibleComponent
can access. Implementation may use Object as the type parameter, and provide additional getters/setters with
more specific types. This is useful for components such as Calendar that attempt to read the expected bean
property type via reflection.| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
V |
get(Object key) |
V |
put(String key,
V value) |
V put(String key, V value)
key - Key for which to set the value.value - Value to associate with the key.null if no value was associated yet.V get(Object key)
key - Key for which to retrieve the value.null if no value exists.void clear()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.