(String key, Integer value)
| 2218 | throw new UnsupportedOperationException(); |
| 2219 | } |
| 2220 | @Override public Integer put(String key, Integer value) { |
| 2221 | throw new UnsupportedOperationException(); |
| 2222 | } |
| 2223 | @Override public int size() { |
| 2224 | throw new UnsupportedOperationException(); |
| 2225 | } |
no outgoing calls
no test coverage detected