()
| 380 | return new Collections.SynchronizedSet<Map.Entry<K, V>>( |
| 381 | new AbstractSet<Map.Entry<K, V>>() { |
| 382 | @Override |
| 383 | public int size() { |
| 384 | return elementCount; |
| 385 | } |
| 386 | |
| 387 | @Override |
| 388 | public void clear() { |
no outgoing calls
no test coverage detected