public abstract class StringMap extends GenericMap
| Constructor and Description | 
|---|
| StringMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | get(Object key) | 
| abstract String | getString(String testKey)This method should return the result of the test. | 
| Object | getValue(Object testKey)This method should return the result of the test. | 
clear, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, valuespublic abstract String getString(String testKey)
public Object getValue(Object testKey)
GenericMapgetValue in class GenericMapCopyright © 2016 The Apache Software Foundation. All Rights Reserved.