org.thymeleaf.context
Class VariablesMap<K,V>

Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by org.thymeleaf.context.VariablesMap<K,V>
All Implemented Interfaces:
java.io.Serializable, Cloneable, java.util.Map<K,V>

public class VariablesMap<K,V>
extends java.util.HashMap<K,V>

Special implementation of the Map interface that will be used for containing context variables in IContext implementations.

Constructors in this class mimic those in HashMap and have the same meaning.

Since:
1.0
Author:
Daniel Fernández
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
VariablesMap()
           
VariablesMap(int initialCapacity)
           
VariablesMap(int initialCapacity, float loadFactor)
           
VariablesMap(java.util.Map<? extends K,? extends V> m)
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

VariablesMap

public VariablesMap()

VariablesMap

public VariablesMap(int initialCapacity,
                    float loadFactor)

VariablesMap

public VariablesMap(int initialCapacity)

VariablesMap

public VariablesMap(java.util.Map<? extends K,? extends V> m)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.