public class Zoo extends Object
| Constructor and Description |
|---|
Zoo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnimal(Animal animal) |
Collection<Animal> |
getInhabitants() |
public Collection<Animal> getInhabitants()
public void addAnimal(Animal animal)
Copyright © 2008–2017. All rights reserved.