in wildcard-method-selection/src/main/java/org/apache/struts/tutorials/wildcardmethod/service/PersonService.java [26:30]
static{ for (Integer id : people.keySet() ) { personList.add( people.get(id)); } }