package foo; import java.util.*; public interface B { B foo(List x, String y); }