Modifier and Type | Method and Description |
---|---|
String |
get(ProblemDataKey key) |
void |
put(ProblemDataKey key,
String value) |
void |
put(ProblemDataKey key,
Throwable t) |
void |
put(String key,
Throwable t) |
void |
putFile(String filename) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
void put(ProblemDataKey key, String value)
void put(ProblemDataKey key, Throwable t)
String get(ProblemDataKey key)
void putFile(String filename) throws FileNotFoundException
FileNotFoundException
Copyright © 2017. All rights reserved.