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