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, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 © 2025 The Apache Software Foundation. All rights reserved.