Used to create new instances of a specific Interval subclass. The Interval class aims to avoid reflexion. On several occasions, however, the class needs to create new instances of the Interval class. To be able to guarantee that they will have the desired runtime type, th
()
| 195 | * @return A new instance of the particular {@code Interval} class. |
| 196 | */ |
| 197 | protected abstract Interval<T> create(); |
| 198 | |
| 199 | /** |
| 200 | * Returns the center of the current interval. If the center of the interval exists, but can't |
no outgoing calls
no test coverage detected