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, 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 String getString(String testKey)
public Object getValue(Object testKey)
GenericMap
getValue
in class GenericMap
Copyright © 2022 The Apache Software Foundation. All rights reserved.