(String key)
| 81 | } |
| 82 | |
| 83 | public Integer getInteger(String key) { |
| 84 | return (Integer) this.getValueByKey(key); |
| 85 | } |
| 86 | |
| 87 | public double getDouble(String key) { |
| 88 | return (double) this.getValueByKey(key); |
nothing calls this directly
no test coverage detected