Given:

Which two lines can replace line 1 so that the Y class compiles? (Choose two.)
Select all that apply, then click Submit answer.
-
○
map.forEach((k, v) -> set(v)));
-
○
set(map.values());
-
○
super.set(List
map)
-
○
super.set(map.values());
-
○
set(map)
