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

Method intersects

code/algs4/Interval2D.java:49–53  ·  view source on GitHub ↗

Does this two-dimensional interval intersect that two-dimensional interval? @param that the other two-dimensional interval @return true if this two-dimensional interval intersects that two-dimensional interval; false otherwise

(Interval2D 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