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, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public void putFile(String filename) throws FileNotFoundException
putFile
in interface ProblemData
FileNotFoundException
public 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 ProblemData
public String get(ProblemDataKey key)
get
in interface ProblemData
public void put(String key, Throwable t)
put
in interface ProblemData
public void put(ProblemDataKey key, Throwable t)
put
in interface ProblemData
Copyright © 2017. All rights reserved.