42434445464748495051
init(); } public void init() { if (eventA != null && eventB != null) { commonPersons = new TreeSet(new PersonComparator()); commonPersons.addAll(eventA.getPersons()); commonPersons.retainAll(eventB.getPersons()); } }