public void add(Animal animal) { Objects.requireNonNull(animal) // force the object not to be null zoo.add(animal); }