public class PropertyLexicon extends Object
| Constructor and Description |
|---|
PropertyLexicon() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
HashMap<String,PropertyInformation> |
getRealMap() |
HashMap<String,PropertyInformation> |
getVirtualMap() |
boolean |
isReal() |
boolean |
isVirtual() |
void |
put(String key,
PropertyInformation propertyInformation) |
public void put(String key, PropertyInformation propertyInformation)
public boolean isReal()
public boolean isVirtual()
public boolean containsKey(String key)
public HashMap<String,PropertyInformation> getRealMap()
public HashMap<String,PropertyInformation> getVirtualMap()
Copyright © 2018. All rights reserved.