Package de.timefinder.core.io.winqd

Examples of de.timefinder.core.io.winqd.PersonComparator


        init();
    }

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

TOP

Related Classes of de.timefinder.core.io.winqd.PersonComparator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.