public class Village { Village(MyVector busStops) {this.busStops=busStops;} public MyVector busStops; }