()
| 104 | } |
| 105 | |
| 106 | @SuppressWarnings("unchecked") |
| 107 | static <K> Function<Entry<K, ?>, K> keyFunction() { |
| 108 | return (Function) EntryFunction.KEY; |
| 109 | } |
| 110 | |
| 111 | @SuppressWarnings("unchecked") |
| 112 | static <V> Function<Entry<?, V>, V> valueFunction() { |
no outgoing calls
no test coverage detected