(Object object)
| 4308 | if (keySet == null) { |
| 4309 | keySet = new AbstractSet<K>() { |
| 4310 | @Override |
| 4311 | public boolean contains(Object object) { |
| 4312 | return containsKey(object); |
| 4313 | } |
| 4314 | |
| 4315 | @Override |
| 4316 | public int size() { |
nothing calls this directly
no test coverage detected