MCPcopy Create free account
hub / github.com/lodborg/interval-tree / getEnd

Method getEnd

src/main/java/com/lodborg/intervaltree/Interval.java:234–236  ·  view source on GitHub ↗

Returns the end point of the interval.

()

Source from the content-addressed store, hash-verified

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;

Callers 7

printMethod · 0.80
getMidpointMethod · 0.80
getMidpointMethod · 0.80
isEmptyMethod · 0.80
isEmptyMethod · 0.80
getMidpointMethod · 0.80

Calls

no outgoing calls

Tested by 2

printMethod · 0.64