public abstract class BaseTemplateMap extends HashMap implements Cloneable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected TemplateNode |
parent |
protected ServiceRegistry |
services |
Constructor and Description |
---|
BaseTemplateMap(TemplateNode parent,
ServiceRegistry services)
Constructor
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
get(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
protected TemplateNode parent
protected ServiceRegistry services
public BaseTemplateMap(TemplateNode parent, ServiceRegistry services)
parent
- The parent TemplateNode to execute searches fromservices
- The ServiceRegistry to useCopyright © 2005–2017 Alfresco Software. All rights reserved.