@SuppressWarnings("unchecked") public <T extends Animal> T callFriend(String name) { return (T)friends.get(name); }