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