edu.cmu.sphinx.util.props
Class GlobalProperties
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,GlobalProperty>
edu.cmu.sphinx.util.props.GlobalProperties
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,GlobalProperty>
public class GlobalProperties
- extends java.util.HashMap<java.lang.String,GlobalProperty>
A collection of global properties used within a sphinx4-system configuration
- Author:
- Holger Brandl
- See Also:
ConfigurationManager
,
Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Method Summary |
boolean |
equals(java.lang.Object o)
|
void |
setValue(java.lang.String propertyName,
java.lang.String value)
|
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
hashCode, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
hashCode |
GlobalProperties
public GlobalProperties()
GlobalProperties
public GlobalProperties(GlobalProperties globalProperties)
setValue
public void setValue(java.lang.String propertyName,
java.lang.String value)
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in interface java.util.Map<java.lang.String,GlobalProperty>
- Overrides:
equals
in class java.util.AbstractMap<java.lang.String,GlobalProperty>