(K fromKey)
| 2113 | } |
| 2114 | |
| 2115 | @Override |
| 2116 | public SortedMap<K, V2> tailMap(K fromKey) { |
| 2117 | return transformEntries(fromMap().tailMap(fromKey), transformer); |
| 2118 | } |
| 2119 | } |
| 2120 | |
| 2121 | @GwtIncompatible // NavigableMap |
nothing calls this directly
no test coverage detected