Beispiel #1
0
 private Singleton()
 {
     RolUser              = new DoubleLinkedList <UserInformation>();
     HomeworkFile         = new DoubleLinkedList <Homework>();
     HashTableHomework    = new HashTableC <Homework>();
     PriorityHomeworkDate = new Heap <PriorityHomework>();
     NextHomework         = new DoubleLinkedList <Homework>();
     AllTask              = new DoubleLinkedList <Homework>();
     HelpFile             = new DoubleLinkedList <int>();
 }
Beispiel #2
0
 private Singleton()
 {
     IndexName                = new AVLTree <NameUser>();
     IndexLastName            = new AVLTree <LastNameUser>();
     HashTableUserInformation = new HashTableC <UserInformation>();
     PriorityUsers            = new Heap <PriorityInformation>();
     ListInformation          = new DoubleLinkedList <UserInformation>();
     IndexDPI            = new AVLTree <DPIUser>();
     Order               = new DoubleLinkedList <int>();
     SearchResults       = new DoubleLinkedList <UserInformation>();
     WaitingList         = new DoubleLinkedList <UserInformation>();
     VaccinationList     = new DoubleLinkedList <VaccinationData>();
     DateList            = new DoubleLinkedList <DateTime>();
     Number_of_people    = 0;
     LocationData        = new DoubleLinkedList <UserInformation>();
     LugarActualDeSesión = new List <Region>();
     PorcentajeVacunados = new DoubleLinkedList <PorcentajeV>();
     OrderNum            = new DoubleLinkedList <UserInformation>();
 }