public class HashAdapter extends AbstractMap implements TemplateModelAdapter
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
Set |
entrySet() |
Object |
get(Object key) |
TemplateModel |
getTemplateModel() |
boolean |
isEmpty() |
clear, clone, containsValue, equals, hashCode, keySet, put, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic TemplateModel getTemplateModel()
getTemplateModel in interface TemplateModelAdapterpublic boolean isEmpty()
isEmpty in interface MapisEmpty in class AbstractMappublic Object get(Object key)
get in interface Mapget in class AbstractMappublic boolean containsKey(Object key)
containsKey in interface MapcontainsKey in class AbstractMappublic Set entrySet()
entrySet in interface MapentrySet in class AbstractMap