/** * Gets the thing for the ID. * * @param id the ID of the thing * @return the thing */ Thing* getThing(int id) { return things[id]; }