Files

7 lines
135 B
Java

import util.Pair;
class PairProvider {
public static Pair<String, Pair<Integer, Boolean>> getPair() {
return null;
}
}