public class PropertyCollection extends Object
| Constructor and Description |
|---|
PropertyCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(Property property) |
Iterable<Property> |
getProperties() |
Iterable<Property> |
getProperties(String name) |
Iterable<Property> |
getProperties(String key,
String name) |
Property |
getProperty(String name,
int index) |
Property |
getProperty(String key,
String name,
int index) |
Iterable<Property> |
removeProperties(String name) |
void |
removeProperty(Property property) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.