MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / intersects

Method intersects

code/algs4/Interval1D.java:123–127  ·  view source on GitHub ↗

Returns true if this interval intersects the specified interval. @param that the other interval @return true if this interval intersects the argument interval; false otherwise

(Interval1D that)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected