org.thymeleaf.dom
Class Node.NodeLocalVariablesMap

Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.thymeleaf.dom.Node.NodeLocalVariablesMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Enclosing class:
Node

public static class Node.NodeLocalVariablesMap
extends HashMap<String,Object>

Since:
2.0.17
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static int DEFAULT_NODE_LOCAL_VARIABLES_MAP_SIZE
           
 
Constructor Summary
Node.NodeLocalVariablesMap()
           
 
Method Summary
 Node.NodeLocalVariablesMap clone()
           
 
Methods inherited from class java.util.HashMap
clear, 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
 

Field Detail

DEFAULT_NODE_LOCAL_VARIABLES_MAP_SIZE

public static final int DEFAULT_NODE_LOCAL_VARIABLES_MAP_SIZE
See Also:
Constant Field Values
Constructor Detail

Node.NodeLocalVariablesMap

public Node.NodeLocalVariablesMap()
Method Detail

clone

public Node.NodeLocalVariablesMap clone()
Overrides:
clone in class HashMap<String,Object>


Copyright © 2014 The THYMELEAF team. All Rights Reserved.