|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,PropertiesMap.Property>
com.android.util.PropertiesMap
public class PropertiesMap
LayoutLib can return properties that a View asked for at the time of inflation. This map is from the property name (XML attribute name) to the value - both pre and post resolution.
| Nested Class Summary | |
|---|---|
static class |
PropertiesMap.Property
|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Field Summary | |
|---|---|
static PropertiesMap |
EMPTY_MAP
|
| Constructor Summary | |
|---|---|
PropertiesMap()
|
|
PropertiesMap(int capacity)
|
|
| Method Summary |
|---|
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, 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 java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
public static final PropertiesMap EMPTY_MAP
| Constructor Detail |
|---|
public PropertiesMap()
public PropertiesMap(int capacity)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||