(K toKey)
| 2098 | } |
| 2099 | |
| 2100 | @Override |
| 2101 | public SortedMap<K, V2> headMap(K toKey) { |
| 2102 | return transformEntries(fromMap().headMap(toKey), transformer); |
| 2103 | } |
| 2104 | |
| 2105 | @Override |
| 2106 | public K lastKey() { |
nothing calls this directly
no test coverage detected