Uses of Class
missatge

Uses of missatge in <Unnamed>
 

Fields in <Unnamed> with type parameters of type missatge
 java.util.LinkedList<missatge> node.buffer
           
 

Methods in <Unnamed> that return missatge
 missatge node.desapila()
          Funcio que desapila el primer missatge del buffer del node return : missatge
 

Methods in <Unnamed> that return types with arguments of type missatge
 java.util.LinkedList<missatge> proces.creador_misstages(int num_missatges)
           
 

Methods in <Unnamed> with parameters of type missatge
 void node.add(missatge x)
          Funcio que afegeix un missatge al buffer del node fent servir syncrhonized