Package example9

Source Code of example9.TimeTable

package example9;

import java.util.LinkedList;
import java.util.List;

public class TimeTable
{
    private List children;
   
    private static List listFactory() {
      return new LinkedList();
    }
}
TOP

Related Classes of example9.TimeTable

TOP
Copyright © 2018 www.massapi.com. 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.