blob: 5b6d9ab0d515d5ad8348d944732746f02c39fce5 [file] [log] [blame]
import util.Pair;
class PairProvider {
public static Pair<String, Pair<Integer, Boolean>> getPair() {
return null;
}
}