Returns the minimal range plain Range#encloses(Range) enclosing the ranges in this RangeMap. @throws NoSuchElementException if this range map is empty
()
| 60 | * @throws NoSuchElementException if this range map is empty |
| 61 | */ |
| 62 | Range<K> span(); |
| 63 | |
| 64 | /** |
| 65 | * Maps a range to a specified value (optional operation). |
no outgoing calls
no test coverage detected