public class EmptyPropertySet extends Object implements PropertySet
| Constructor and Description |
|---|
EmptyPropertySet(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getKeys()
The set of keys which can be used to look up values in this property set
|
String |
getName()
The name of the property set, which will be used as the name of the type
|
String |
getValue(String key)
Get the value corresponding to the given key
|
public EmptyPropertySet(String name)
public Set<String> getKeys()
PropertySetgetKeys in interface PropertySetpublic String getName()
PropertySetgetName in interface PropertySetpublic String getValue(String key)
PropertySetgetValue in interface PropertySetkey - the key, never nullCopyright © 2016. All rights reserved.