import java.util.List; public interface Party { public boolean check(List helpers, int start, int stop); }