public class AssetMapAdapter extends AbstractMap<String,Object> implements Map<String,Object>
This class uses lazy-loading, so if used in a View layer, it might open connections to the database.
In case of naming conflicts with flex attribute names and meta attribute names the meta attributes take precedent.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AssetMapAdapter(TemplateAsset delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,Object>> |
entrySet()
Deprecated.
|
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2010–2017. All rights reserved.