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