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, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public abstract boolean getTest(String testKey)
protected Object getValue(Object testKey)
GenericMap
getValue
in class GenericMap
public Object get(Object key)
get
in interface Map
get
in class GenericMap
Copyright © 2021 The Apache Software Foundation. All rights reserved.