public ColaDePrioridad() { tamLista = 0; pacPrioridad = new Lista <PrioridadIndice>(); listaAlternativa = new List <int>(); }