com.gentics.api.lib.i18n
Class I18nString.I18nStringParameters

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
I18nString.I18nStringParameters()
           
 
Method Summary
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Object get(Object key)
           
 Object put(Object key, Object value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, entrySet, isEmpty, keySet, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

I18nString.I18nStringParameters

public I18nString.I18nStringParameters()
Method Detail

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.