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

Class Interval2D

code/algs4/Interval2D.java:29–144  ·  view source on GitHub ↗

The Interval2D class represents a closed two-dimensional interval, which represents all points (x, y) with both xmin <= x <= xmax and ymin <= y <= ymax. Two-dimensional intervals are immutable: their values cannot be changed after they are created. The class {@code Inter

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