import java.util.List; public interface Manhattan { List bepaalRoute(Kruispunt[][] rooster); }