MCPcopy Create free account
hub / github.com/Tiwarishashwat/InterviewCodes / pair

Method pair

MinMaxArray.java:7–11  ·  view source on GitHub ↗
(long first, long second)

Source from the content-addressed store, hash-verified

5{
6 long first, second;
7 public pair(long first, long second)
8 {
9 this.first = first;
10 this.second = second;
11 }
12}
13
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected