getPopulation method

List<Particle> getPopulation()

Implementation

List<Particle> getPopulation() {
  return _population;
}