(E toElement)
| 1051 | } |
| 1052 | |
| 1053 | @Override |
| 1054 | public SortedSet<E> headSet(E toElement) { |
| 1055 | return removeOnlySortedSet(super.headSet(toElement)); |
| 1056 | } |
| 1057 | |
| 1058 | @Override |
| 1059 | public SortedSet<E> subSet(E fromElement, E toElement) { |
no test coverage detected