ArrayBlockingQueue

ArrayBlockingQueue implements the BlockingQueue interface, hence the Queue interface. This implementation manages a queue with fixed size elements. The storage in the implementation is an array and the elements are handled in a FIFO manner: first-in first-out. This is the class that we will also use in the parallel implementation of Mastermind for the communication between the boss and the subordinated bureaucrats.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.237.194