Package org.blync.client

Examples of org.blync.client.OneToManyMap


    }

    private Scheduler() {
        dataAccess = DataAccess.getInstance();
//        appointmentData = new Vector();
        dayToIdsMap = new OneToManyMap(Integer.class, String.class);
        idToTitleMap = new Hashtable();
        idToLastModifiedMap = new Hashtable();
        idToDaysMap = new OneToManyMap(String.class, Integer.class);
        deletedIndex = new DeletedIndex(DataAccess.APPOINTMENT, "");
        alarmIndex = new AlarmIndex(getType());
        logScreen = LogScreen.getInstance();
    }
View Full Code Here

TOP

Related Classes of org.blync.client.OneToManyMap

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.