I have the following code:
public class Station { private String naam; private Integer[] measurements; public Station(String naam, Integer[] measurements) {