com.gentics.api.lib.i18n
Class I18nString.I18nStringParameters
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
com.gentics.api.lib.i18n.I18nString.I18nStringParameters
- All Implemented Interfaces:
- Serializable, Cloneable, Map
- Enclosing class:
- I18nString
public final class I18nString.I18nStringParameters
- extends HashMap
Internal map implementation that transforms keys to the regexes.
- See Also:
- Serialized Form
I18nString.I18nStringParameters
public I18nString.I18nStringParameters()
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map
- Overrides:
containsKey
in class HashMap
get
public Object get(Object key)
- Specified by:
get
in interface Map
- Overrides:
get
in class HashMap
put
public Object put(Object key,
Object value)
- Specified by:
put
in interface Map
- Overrides:
put
in class HashMap
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map
- Overrides:
containsValue
in class HashMap
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.