Definition of Interval: public classs Interval { int start, end; Interval(int start, int end) { this.start = start; this.end = end; }
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected