org.thymeleaf.context
Class VariablesMap<K,V>
Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
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 classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
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 |
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.