This is a queue implementation using Java, this data structure has a FIFO (first in, first out)characteristic, and the first data that is added is the first data removed from the memory.
Esta é uma implementação de fila usando Java. Esta estrutura de dados possui a característica FIFO (First In, First Out), onde o primeiro dado adicionado é o primeiro a ser removido da memória.