| Package | Description |
|---|---|
| org.solovyev.android.properties |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AProperty> |
MutableAProperties.getProperties() |
Collection<AProperty> |
AProperties.getPropertiesCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableAProperties.setProperty(AProperty property) |
| Modifier and Type | Method and Description |
|---|---|
static MutableAProperties |
Properties.newProperties(Collection<AProperty> properties) |
static MutableAProperties |
Properties.newProperties(Map<String,AProperty> properties) |
void |
MutableAProperties.setPropertiesFrom(Collection<AProperty> properties) |
Copyright © 2015 se.solovyev. All Rights Reserved.