()
| 109 | } |
| 110 | |
| 111 | @SuppressWarnings("unchecked") |
| 112 | static <V> Function<Entry<?, V>, V> valueFunction() { |
| 113 | return (Function) EntryFunction.VALUE; |
| 114 | } |
| 115 | |
| 116 | |
| 117 | static <K, V> Iterator<K> keyIterator(Iterator<Entry<K, V>> entryIterator) { |
no outgoing calls
no test coverage detected