public class ProblemDataAbrt extends Object implements ProblemData
| Constructor and Description |
|---|
ProblemDataAbrt() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,String>> |
entrySet() |
String |
get(Object key) |
String |
get(ProblemDataKey key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
void |
put(ProblemDataKey key,
String value) |
void |
put(ProblemDataKey key,
Throwable t) |
String |
put(String key,
String value) |
void |
put(String key,
Throwable t) |
void |
putAll(Map<? extends String,? extends String> origMap) |
void |
putFile(String filename) |
String |
remove(Object key) |
void |
remove(String key) |
int |
size() |
Collection<String> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void putFile(String filename) throws FileNotFoundException
putFile in interface ProblemDataFileNotFoundExceptionpublic void remove(String key)
public boolean containsKey(Object key)
containsKey in interface Map<String,String>public boolean containsValue(Object value)
containsValue in interface Map<String,String>public void put(ProblemDataKey key, String value)
put in interface ProblemDatapublic String get(ProblemDataKey key)
get in interface ProblemDatapublic void put(String key, Throwable t)
put in interface ProblemDatapublic void put(ProblemDataKey key, Throwable t)
put in interface ProblemDataCopyright © 2021. All rights reserved.