Pair<T, U> constructor
Pair<T, U> (
- T first,
- U second
Constructs a Pair with the given values.
Implementation
Pair(this.first, this.second);
Constructs a Pair with the given values.
Pair(this.first, this.second);