(@ParametricNullness K toElement)
| 3960 | } |
| 3961 | |
| 3962 | @Override |
| 3963 | public SortedSet<K> headSet(@ParametricNullness K toElement) { |
| 3964 | return new SortedKeySet<>(map().headMap(toElement)); |
| 3965 | } |
| 3966 | |
| 3967 | @Override |
| 3968 | public SortedSet<K> tailSet(@ParametricNullness K fromElement) { |