Returns the end point of the interval.
()
| 232 | } |
| 233 | /** Returns the end point of the interval. */ |
| 234 | public T getEnd(){ |
| 235 | return end; |
| 236 | } |
| 237 | /** Returns {@code true}, if the start point is a part of the interval, or false otherwise. */ |
| 238 | public boolean isStartInclusive(){ |
| 239 | return isStartInclusive; |
no outgoing calls