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