|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AProperty | |
|---|---|
| org.solovyev.android.properties | |
| Uses of AProperty in org.solovyev.android.properties |
|---|
| Methods in org.solovyev.android.properties that return AProperty | |
|---|---|
AProperty |
AProperties.getProperty(String name)
|
static AProperty |
Properties.newProperty(String name,
String value)
|
AProperty |
MutableAProperties.removeProperty(String name)
|
AProperty |
MutableAProperties.setProperty(String name,
String value)
|
| Methods in org.solovyev.android.properties that return types with arguments of type AProperty | |
|---|---|
Map<String,AProperty> |
MutableAProperties.getProperties()
|
Collection<AProperty> |
AProperties.getPropertiesCollection()
|
| Methods in org.solovyev.android.properties with parameters of type AProperty | |
|---|---|
void |
MutableAProperties.setProperty(AProperty property)
|
| Method parameters in org.solovyev.android.properties with type arguments of type AProperty | |
|---|---|
static MutableAProperties |
Properties.newProperties(Collection<AProperty> properties)
|
static MutableAProperties |
Properties.newProperties(Map<String,AProperty> properties)
|
void |
MutableAProperties.setPropertiesFrom(Collection<AProperty> properties)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||