public class PropertyStore extends Object
| Constructor and Description |
|---|
PropertyStore() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String key) |
Object |
get(String key) |
void |
put(String key,
Object value) |
void |
remove(String key) |
Collection<Object> |
values() |
Copyright © 2016. All rights reserved.