public class AttributeMap extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AttributeMap() |
AttributeMap(int initialCapacity) |
AttributeMap(int initialCapacity,
float loadFactor) |
AttributeMap(int initialCapacity,
float loadFactor,
boolean accessOrder) |
AttributeMap(Map<? extends String,? extends Object> m) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getFields() |
void |
setAttributes(Map<String,Object> attributes) |
void |
setProperties(org.springframework.core.io.Resource resource) |
void |
setPropertyResources(org.springframework.core.io.Resource[] resources) |
void |
setProps(Properties properties) |
clear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic AttributeMap()
public AttributeMap(int initialCapacity)
public AttributeMap(int initialCapacity,
float loadFactor)
public AttributeMap(int initialCapacity,
float loadFactor,
boolean accessOrder)
public void setProperties(org.springframework.core.io.Resource resource)
public void setPropertyResources(org.springframework.core.io.Resource[] resources)
public void setProps(Properties properties)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.