PropertyCollection
PropertyCollection — PropertyCollection klasa. Nasleđuje od: Iterable<Property>.
Nema javno dokumentovanih svojstava u izvoru.
| ——————————– | —————————— | ————————- |
| add(Property property) | void | |
| remove(Property property) | void | |
| findProperty(String name) | Property | |
| get(String name) | Object | |
| set(String name, Object value) | void | |
| iterator() | java.util.Iterator<Property> | |
| size() | int | |