(E toElement)
| 1079 | } |
| 1080 | |
| 1081 | @Override |
| 1082 | public SortedSet<E> headSet(E toElement) { |
| 1083 | return removeOnlySortedSet(super.headSet(toElement)); |
| 1084 | } |
| 1085 | |
| 1086 | @Override |
| 1087 | public SortedSet<E> subSet(E fromElement, E toElement) { |
no test coverage detected