(String key)
| 89 | } |
| 90 | |
| 91 | public List<String> getStringList(String key) { |
| 92 | return (List<String>) this.getValueByKey(key); |
| 93 | } |
| 94 | |
| 95 | public LinkedHashMap<String, Boolean> getLinkedHashMap(String key) { |
| 96 | return (LinkedHashMap<String, Boolean>) this.getValueByKey(key); |
no test coverage detected