()
| 4082 | } |
| 4083 | |
| 4084 | @Override |
| 4085 | public Iterator<V> iterator() { |
| 4086 | return valueIterator(map().entrySet().iterator()); |
| 4087 | } |
| 4088 | |
| 4089 | @Override |
| 4090 | public void forEach(Consumer<? super V> action) { |
nothing calls this directly
no test coverage detected